<OOPlayerInfo > Protocol Reference

OOPlayerInfo represents information describing the capabilities of the playback device. More...

#import <OOPlayerInfo.h>

+ Inheritance diagram for <OOPlayerInfo >:

Properties

NSString * device
 
NSArray * supportedFormats
 
NSArray * supportedProfiles
 
int maxWidth
 
int maxHeight
 
int maxBitrate
 
NSString * userAgent
 
NSDictionary * additionalParams
 
BOOL isAudioOnly
 Needs to be true if we're dealing with audio-only assets. More...
 

Detailed Description

OOPlayerInfo represents information describing the capabilities of the playback device.

These are used e.g. when negotiating with servers so they can choose the most appropriate asset encodings.

Property Documentation

- (NSDictionary* OOPlayerInfo) additionalParams
readnonatomicassign
- (NSString* OOPlayerInfo) device
readnonatomicassign
- (BOOL OOPlayerInfo) isAudioOnly
readnonatomicassign

Needs to be true if we're dealing with audio-only assets.

- (int OOPlayerInfo) maxBitrate
readnonatomicassign
- (int OOPlayerInfo) maxHeight
readnonatomicassign
- (int OOPlayerInfo) maxWidth
readnonatomicassign
- (NSArray* OOPlayerInfo) supportedFormats
readnonatomicassign
- (NSArray* OOPlayerInfo) supportedProfiles
readnonatomicassign
- (NSString* OOPlayerInfo) userAgent
readnonatomicassign

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