GCKVideoInfo Class

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

GCKVideoInfo Class Reference

Overview

A class representing video format details.

Since
3.3

Inherits NSObject.

Property Summary

NSUInteger 
The width of the video, in pixels. More...
NSUInteger 
The height of the video, in pixels. More...
The HDR type employed int the video, if any. More...

Property Detail

- (NSUInteger) width
read nonatomic assign

The width of the video, in pixels.

- (NSUInteger) height
read nonatomic assign

The height of the video, in pixels.

- ( GCKVideoInfoHDRType ) hdrType
read nonatomic assign

The HDR type employed int the video, if any.

Design a Mobile Site
View Site in Mobile | Classic
Share by: