FMLiveSwitchVideoSimulcastConfig Class Reference

Instance Methods

(double) - bitsPerPixel
 
(FMLiveSwitchVideoDegradationPreference) - degradationPreference
 
(instancetype) - initWithEncodingCount:preferredBitrate:
 
(instancetype) - initWithEncodingCount:preferredBitrate:bitsPerPixel:
 
(void) - setBitsPerPixel:
 
(void) - setDegradationPreference:
 
- Instance Methods inherited from FMLiveSwitchSimulcastConfig
(bool) - disabled
 
(int) - encodingCount
 
(int) - preferredBitrate
 
(void) - setDisabled:
 
(void) - setEncodingCount:
 
(void) - setPreferredBitrate:
 

Class Methods

(FMLiveSwitchVideoSimulcastConfig *) + videoSimulcastConfigWithEncodingCount:preferredBitrate:
 
(FMLiveSwitchVideoSimulcastConfig *) + videoSimulcastConfigWithEncodingCount:preferredBitrate:bitsPerPixel:
 
- Class Methods inherited from FMLiveSwitchSimulcastConfig
(FMLiveSwitchSimulcastConfig *) + simulcastConfigWithEncodingCount:preferredBitrate:
 

Method Documentation

◆ bitsPerPixel

- (double) bitsPerPixel

◆ degradationPreference

- (FMLiveSwitchVideoDegradationPreference) degradationPreference

◆ initWithEncodingCount:preferredBitrate:

- (instancetype) initWithEncodingCount: (int)  encodingCount
preferredBitrate: (int)  preferredBitrate 

◆ initWithEncodingCount:preferredBitrate:bitsPerPixel:

- (instancetype) initWithEncodingCount: (int)  encodingCount
preferredBitrate: (int)  preferredBitrate
bitsPerPixel: (double)  bitsPerPixel 

◆ setBitsPerPixel:

- (void) setBitsPerPixel: (double)  value

◆ setDegradationPreference:

- (void) setDegradationPreference: (FMLiveSwitchVideoDegradationPreference)  value

◆ videoSimulcastConfigWithEncodingCount:preferredBitrate:

+ (FMLiveSwitchVideoSimulcastConfig*) videoSimulcastConfigWithEncodingCount: (int)  encodingCount
preferredBitrate: (int)  preferredBitrate 

◆ videoSimulcastConfigWithEncodingCount:preferredBitrate:bitsPerPixel:

+ (FMLiveSwitchVideoSimulcastConfig*) videoSimulcastConfigWithEncodingCount: (int)  encodingCount
preferredBitrate: (int)  preferredBitrate
bitsPerPixel: (double)  bitsPerPixel