AI-generated Key Takeaways
-
The
GCKVideoInfo
class provides details about a video's format, such as width, height, and HDR type. -
This class has been available since version 3.3 of the framework and inherits from NSObject.
-
width
andheight
properties indicate the video's dimensions in pixels. -
hdrType
specifies the High Dynamic Range format used by 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.