AI-generated Key Takeaways
-
GCKVideoInfo is a class representing video format details, available since version 3.3.
-
The GCKVideoInfo class includes properties for the width and height of the video in pixels.
-
The GCKVideoInfo class also includes a property for the HDR type of the video, if applicable.
Overview
A class representing video format details.
- Since
- 3.3
Inherits NSObject.
Property Summary | |
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... | |
Property Detail
|
readnonatomicassign |
The width of the video, in pixels.
|
readnonatomicassign |
The height of the video, in pixels.
|
readnonatomicassign |
The HDR type employed int the video, if any.