-
public abstract class BaseAudioTrackPublishOptions
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegeraudioBitrateprivate final Booleandtxprivate final Booleanredprivate final Booleanpreconnect
-
Constructor Summary
Constructors Constructor Description BaseAudioTrackPublishOptions()
-
Method Summary
Modifier and Type Method Description abstract IntegergetAudioBitrate()The target audioBitrate to use. abstract BooleangetDtx()dtx (Discontinuous Transmission of audio), enabled by default for mono tracks. abstract BooleangetRed()red (Redundant Audio Data), enabled by default for mono tracks. abstract BooleangetPreconnect()preconnect buffer, starts the audio track and buffers it prior to connection, in order to send it to agents that connect afterwards. -
-
Method Detail
-
getAudioBitrate
abstract Integer getAudioBitrate()
The target audioBitrate to use.
-
getDtx
abstract Boolean getDtx()
dtx (Discontinuous Transmission of audio), enabled by default for mono tracks.
-
getPreconnect
abstract Boolean getPreconnect()
preconnect buffer, starts the audio track and buffers it prior to connection, in order to send it to agents that connect afterwards. Improves perceived connection time.
-
-
-
-