A WebRTC/ORTC-compatible video track configuration. More...
Instance Methods | |
(bool) | - h264Disabled |
Gets whether the H.264 codec should be disabled. More... | |
(bool) | - h265Disabled |
Gets whether the H.265 codec should be disabled. More... | |
(instancetype) | - init |
(void) | - setH264Disabled: |
Sets whether the H.264 codec should be disabled. More... | |
(void) | - setH265Disabled: |
Sets whether the H.265 codec should be disabled. More... | |
(void) | - setVp8Disabled: |
Sets whether the VP8 codec should be disabled. More... | |
(void) | - setVp9Disabled: |
Sets whether the VP9 codec should be disabled. More... | |
(bool) | - vp8Disabled |
Gets whether the VP8 codec should be disabled. More... | |
(bool) | - vp9Disabled |
Gets whether the VP9 codec should be disabled. More... | |
Class Methods | |
(FMLiveSwitchRtcVideoTrackConfig *) | + rtcVideoTrackConfig |
A WebRTC/ORTC-compatible video track configuration.
- (bool) h264Disabled |
Gets whether the H.264 codec should be disabled.
Defaults to false
.
- (bool) h265Disabled |
Gets whether the H.265 codec should be disabled.
Defaults to false
.
- (instancetype) init |
+ (FMLiveSwitchRtcVideoTrackConfig*) rtcVideoTrackConfig |
- (void) setH264Disabled: | (bool) | value |
Sets whether the H.264 codec should be disabled.
Defaults to false
.
- (void) setH265Disabled: | (bool) | value |
Sets whether the H.265 codec should be disabled.
Defaults to false
.
- (void) setVp8Disabled: | (bool) | value |
Sets whether the VP8 codec should be disabled.
Defaults to false
.
- (void) setVp9Disabled: | (bool) | value |
Sets whether the VP9 codec should be disabled.
Defaults to false
.
- (bool) vp8Disabled |
Gets whether the VP8 codec should be disabled.
Defaults to false
.
- (bool) vp9Disabled |
Gets whether the VP9 codec should be disabled.
Defaults to false
.