input Track Selection
Parameters
value
Provides a mechanism to select the audio track in the input live feed, to which speech-to-text transcription is applied. This property is reserved for future use, any value set on this property will be ignored.
Parameters
values
Provides a mechanism to select the audio track in the input live feed, to which speech-to-text transcription is applied. This property is reserved for future use, any value set on this property will be ignored.
suspend fun inputTrackSelection(argument: List<suspend LiveEventInputTrackSelectionArgsBuilder.() -> Unit>)
suspend fun inputTrackSelection(vararg argument: suspend LiveEventInputTrackSelectionArgsBuilder.() -> Unit)
suspend fun inputTrackSelection(argument: suspend LiveEventInputTrackSelectionArgsBuilder.() -> Unit)
Parameters
argument
Provides a mechanism to select the audio track in the input live feed, to which speech-to-text transcription is applied. This property is reserved for future use, any value set on this property will be ignored.