BradmaxPlayerSdk
|
Represents single video content. It can be in multiple formats and qualities. More...
#import <BPSMMedia.h>
Instance Methods | |
(NSDictionary *) | - toNSDictionary |
Class Methods | |
(BPSMMedia *) | + newWithMediaSource: |
(BPSMMedia *) | + newWithMediaSource:withSplashImage: |
(BPSMMedia *) | + newFromNSDictionary: |
Properties | |
NSString * | id |
Media asset id. | |
NSString * | title |
Media asset title. | |
NSNumber * | duration |
Media duration in seconds. | |
NSMutableArray * | source |
Array of BPSMMediaSource objects. | |
NSMutableArray * | splashImages |
Array of BPSMSplashImage objects. | |
NSString * | mediaLandingPage |
Url pointing to media landing page. | |
NSMutableArray * | subtitlesSets |
Subtitles configuration for subtitles not embedded in video stream (loading one language from single external file). More... | |
BPSMLiveStream * | liveStream |
Configuration holder for live stream transmission. | |
Represents single video content. It can be in multiple formats and qualities.
|
readwriteatomic |
Subtitles configuration for subtitles not embedded in video stream (loading one language from single external file).
Array of BPSMSubtitlesFile objects.