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: |
| - (double) bitsPerPixel |
| - (FMLiveSwitchVideoDegradationPreference) degradationPreference |
| - (instancetype) initWithEncodingCount: | (int) | encodingCount | |
| preferredBitrate: | (int) | preferredBitrate | |
Implements FMLiveSwitchSimulcastConfig.
| - (instancetype) initWithEncodingCount: | (int) | encodingCount | |
| preferredBitrate: | (int) | preferredBitrate | |
| bitsPerPixel: | (double) | bitsPerPixel | |
| - (void) setBitsPerPixel: | (double) | value |
| - (void) setDegradationPreference: | (FMLiveSwitchVideoDegradationPreference) | value |
| + (FMLiveSwitchVideoSimulcastConfig*) videoSimulcastConfigWithEncodingCount: | (int) | encodingCount | |
| preferredBitrate: | (int) | preferredBitrate | |
| + (FMLiveSwitchVideoSimulcastConfig*) videoSimulcastConfigWithEncodingCount: | (int) | encodingCount | |
| preferredBitrate: | (int) | preferredBitrate | |
| bitsPerPixel: | (double) | bitsPerPixel | |