A WebRTC/ORTC-compatible video track configuration. More...
Public Member Functions | |
boolean | getH264Disabled () |
Gets whether the H.264 codec should be disabled. More... | |
boolean | getH265Disabled () |
Gets whether the H.265 codec should be disabled. More... | |
boolean | getVp8Disabled () |
Gets whether the VP8 codec should be disabled. More... | |
boolean | getVp9Disabled () |
Gets whether the VP9 codec should be disabled. More... | |
RtcVideoTrackConfig () | |
void | setH264Disabled (boolean value) |
Sets whether the H.264 codec should be disabled. More... | |
void | setH265Disabled (boolean value) |
Sets whether the H.265 codec should be disabled. More... | |
void | setVp8Disabled (boolean value) |
Sets whether the VP8 codec should be disabled. More... | |
void | setVp9Disabled (boolean value) |
Sets whether the VP9 codec should be disabled. More... | |
A WebRTC/ORTC-compatible video track configuration.
fm.liveswitch.RtcVideoTrackConfig.RtcVideoTrackConfig | ( | ) |
boolean fm.liveswitch.RtcVideoTrackConfig.getH264Disabled | ( | ) |
Gets whether the H.264 codec should be disabled.
Defaults to
.
boolean fm.liveswitch.RtcVideoTrackConfig.getH265Disabled | ( | ) |
Gets whether the H.265 codec should be disabled.
Defaults to
.
boolean fm.liveswitch.RtcVideoTrackConfig.getVp8Disabled | ( | ) |
Gets whether the VP8 codec should be disabled.
Defaults to
.
boolean fm.liveswitch.RtcVideoTrackConfig.getVp9Disabled | ( | ) |
Gets whether the VP9 codec should be disabled.
Defaults to
.
void fm.liveswitch.RtcVideoTrackConfig.setH264Disabled | ( | boolean | value | ) |
Sets whether the H.264 codec should be disabled.
Defaults to
.
void fm.liveswitch.RtcVideoTrackConfig.setH265Disabled | ( | boolean | value | ) |
Sets whether the H.265 codec should be disabled.
Defaults to
.
void fm.liveswitch.RtcVideoTrackConfig.setVp8Disabled | ( | boolean | value | ) |
Sets whether the VP8 codec should be disabled.
Defaults to
.
void fm.liveswitch.RtcVideoTrackConfig.setVp9Disabled | ( | boolean | value | ) |
Sets whether the VP9 codec should be disabled.
Defaults to
.