BradmaxPlayerSdk
Instance Methods | Class Methods | Properties | List of all members
BPSMMedia Class Reference

Represents single video content. It can be in multiple formats and qualities. More...

#import <BPSMMedia.h>

Inheritance diagram for BPSMMedia:

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...
 
BPSMLiveStreamliveStream
 Configuration holder for live stream transmission.
 

Detailed Description

Represents single video content. It can be in multiple formats and qualities.

Property Documentation

◆ subtitlesSets

- (NSMutableArray*) subtitlesSets
readwriteatomic

Subtitles configuration for subtitles not embedded in video stream (loading one language from single external file).

Array of BPSMSubtitlesFile objects.


The documentation for this class was generated from the following files: