Text Stream Args
data class TextStreamArgs(val codec: Output<String>? = null, val displayName: Output<String>? = null, val languageCode: Output<String>? = null, val mapping: Output<List<TextMappingArgs>>? = null) : ConvertibleToJava<TextStreamArgs>
Encoding of a text stream. For example, closed captions or subtitles.
Constructors
Link copied to clipboard
fun TextStreamArgs(codec: Output<String>? = null, displayName: Output<String>? = null, languageCode: Output<String>? = null, mapping: Output<List<TextMappingArgs>>? = null)