GCKVideoInfo Class
A class representing video format details.
- Since
- 3.3
Inherits NSObject, <NSCopying>, and <NSSecureCoding>.
|
NSUInteger | width |
| The width of the video, in pixels. More...
|
|
NSUInteger | height |
| The height of the video, in pixels. More...
|
|
GCKVideoInfoHDRType | hdrType |
| The HDR type employed int the video, if any. More...
|
|
The width of the video, in pixels.
The height of the video, in pixels.
- (GCKVideoInfoHDRType) hdrType |
|
readnonatomicassign |
The HDR type employed int the video, if any.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[null,null,["Last updated 2024-09-18 UTC."],[[["The `GCKVideoInfo` class provides details about a video's format, such as width, height, and HDR type."],["This class inherits from `NSObject`, `NSCopying`, and `NSSecureCoding`, available since version 3.3."],["`width` and `height` properties represent the video dimensions in pixels."],["`hdrType` indicates the High Dynamic Range format used in the video, if applicable."]]],[]]