FMLiveSwitchVideoIntent Class Reference

Instance Methods

(long long) - bitrate
 
(double) - frameRate
 
(instancetype) - init
 
(long long) - pixels
 
(FMLiveSwitchSize *) - resolution
 
(NSString *) - serialize
 
(void) - setBitrate:
 
(void) - setFrameRate:
 
(void) - setResolution:
 
(void) - setVideoType:
 
(FMLiveSwitchVideoType) - videoType
 
- Instance Methods inherited from FMLiveSwitchMediaIntent
(bool) - isVideo
 
(FMLiveSwitchStreamDirection) - localDirection
 
(void) - setIsVideo:
 
(void) - setLocalDirection:
 

Class Methods

(FMLiveSwitchVideoIntent *) + parseVideo:
 
(FMLiveSwitchVideoIntent *) + videoIntent
 
- Class Methods inherited from FMLiveSwitchMediaIntent
(void) + deserializeWithKeyVals:intent:
 
(FMLiveSwitchMediaIntent *) + mediaIntent
 
(FMLiveSwitchMediaIntent *) + parseWithMedia:
 

Method Documentation

◆ bitrate

- (long long) bitrate

◆ frameRate

- (double) frameRate

◆ init

- (instancetype) init

◆ parseVideo:

+ (FMLiveSwitchVideoIntent*) parseVideo: (NSMutableArray *)  video

◆ pixels

- (long long) pixels

◆ resolution

- (FMLiveSwitchSize*) resolution

◆ serialize

- (NSString*) serialize

◆ setBitrate:

- (void) setBitrate: (long long)  value

◆ setFrameRate:

- (void) setFrameRate: (double)  value

◆ setResolution:

- (void) setResolution: (FMLiveSwitchSize *)  value

◆ setVideoType:

- (void) setVideoType: (FMLiveSwitchVideoType)  value

◆ videoIntent

+ (FMLiveSwitchVideoIntent*) videoIntent

◆ videoType

- (FMLiveSwitchVideoType) videoType