Select Audio Track By Id Response
data class SelectAudioTrackByIdResponse(val channelMapping: String? = null, val odataType: String, val trackId: Double)
Select audio tracks from the input by specifying a track identifier.
Constructors
Link copied to clipboard
fun SelectAudioTrackByIdResponse(channelMapping: String? = null, odataType: String, trackId: Double)