GCKVideoInfo Class

  • GCKVideoInfo is a class representing video format details.

  • It includes properties for the width and height of the video in pixels.

  • It also includes a property for the HDR type employed in the video, if any.

GCKVideoInfo Class Reference

Overview

A class representing video format details.

Since
3.3

Inherits NSObject, <NSCopying>, and <NSSecureCoding>.

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

- (NSUInteger) width
readnonatomicassign

The width of the video, in pixels.

- (NSUInteger) height
readnonatomicassign

The height of the video, in pixels.

- (GCKVideoInfoHDRType) hdrType
readnonatomicassign

The HDR type employed int the video, if any.