The BCRendition model object. More...
#import <BCRendition.h>
Public Member Functions | |
(BOOL) | - isEqualToBCRendition: |
Compare BCRenditions. | |
Properties | |
NSString * | url |
int | encodingRate |
int | frameHeight |
int | frameWidth |
long long | size |
NSString * | remoteUrl |
NSString * | remoteStreamName |
long long | videoDuration |
BCVideoCodec | videoCodec |
BOOL | audioOnly |
BCVideoContainer | videoContainer |
The BCRendition model object.
This object contains properties describing a particular video rendition format related to a video title in the Brightcove system. It is returned as part of the renditions array property of the BCVideo object.
Note that reading rendition and FLV URL data from a BCVideo requires an API key that is authorized with greater security access privileges than those granted to the standard API key.
You do not typically instantiate a BCRendition object in your code.
- (BOOL) isEqualToBCRendition: | (BCRendition *) | object |
Compare BCRenditions.
This is the method used to compare a BCRendition to another BCRendiotion instance.