fm.liveswitch.RtcVideoTrackConfig Class Reference

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...
 

Detailed Description

A WebRTC/ORTC-compatible video track configuration.

Constructor & Destructor Documentation

◆ RtcVideoTrackConfig()

fm.liveswitch.RtcVideoTrackConfig.RtcVideoTrackConfig ( )

Member Function Documentation

◆ getH264Disabled()

boolean fm.liveswitch.RtcVideoTrackConfig.getH264Disabled ( )

Gets whether the H.264 codec should be disabled.

Defaults to

false

.

◆ getH265Disabled()

boolean fm.liveswitch.RtcVideoTrackConfig.getH265Disabled ( )

Gets whether the H.265 codec should be disabled.

Defaults to

false

.

◆ getVp8Disabled()

boolean fm.liveswitch.RtcVideoTrackConfig.getVp8Disabled ( )

Gets whether the VP8 codec should be disabled.

Defaults to

false

.

◆ getVp9Disabled()

boolean fm.liveswitch.RtcVideoTrackConfig.getVp9Disabled ( )

Gets whether the VP9 codec should be disabled.

Defaults to

false

.

◆ setH264Disabled()

void fm.liveswitch.RtcVideoTrackConfig.setH264Disabled ( boolean  value)

Sets whether the H.264 codec should be disabled.

Defaults to

false

.

◆ setH265Disabled()

void fm.liveswitch.RtcVideoTrackConfig.setH265Disabled ( boolean  value)

Sets whether the H.265 codec should be disabled.

Defaults to

false

.

◆ setVp8Disabled()

void fm.liveswitch.RtcVideoTrackConfig.setVp8Disabled ( boolean  value)

Sets whether the VP8 codec should be disabled.

Defaults to

false

.

◆ setVp9Disabled()

void fm.liveswitch.RtcVideoTrackConfig.setVp9Disabled ( boolean  value)

Sets whether the VP9 codec should be disabled.

Defaults to

false

.