BradmaxPlayerSdk
|
Represents configuration for single ad media. More...
#import <BPSMAdvertisementAdMedia.h>
Instance Methods | |
(NSDictionary *) | - toNSDictionary |
Class Methods | |
(BPSMAdvertisementAdMedia *) | + newWithUrl: |
Creates instance with defined url. | |
Properties | |
NSString * | url |
Url pointing to advertisement media file. | |
NSString * | apiFramework |
Identifies the API needed to execute an interactive media file. | |
NSString * | delivery |
Either “progressive” for progressive download protocols (such as HTTP) or “streaming” for streaming protocols. | |
NSString * | bitrate |
For progressive load video, the bitrate value specifies the average bitrate for the media file. | |
NSString * | width |
Native width of the video file, in pixels. | |
NSString * | height |
Native height of the video file, in pixels. | |
NSString * | type |
MIME type for the file container. Popular MIME types include, but are not limited to “video/xflv” for Flash Video and “video/mp4” for MP4. | |
Represents configuration for single ad media.