GCKVideoInfo Class Reference

A class representing video format details. More...

#import <GCKVideoInfo.h>

+ Inheritance diagram for GCKVideoInfo:

Properties

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...
 

Detailed Description

A class representing video format details.

Since
3.3

Property Documentation

- (GCKVideoInfoHDRType) hdrType
readnonatomicassign

The HDR type employed int the video, if any.

- (NSUInteger) height
readnonatomicassign

The height of the video, in pixels.

- (NSUInteger) width
readnonatomicassign

The width of the video, in pixels.


The documentation for this class was generated from the following file: