
com.pulumi.aws.medialive.kotlin.outputs.ChannelEncoderSettingsCaptionDescriptionDestinationSettingsWebvttDestinationSettings.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.aws.medialive.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
*
* @property styleControl Controls whether the color and position of the source captions is passed through to the WebVTT output captions. PASSTHROUGH - Valid only if the source captions are EMBEDDED or TELETEXT. NO\_STYLE\_DATA - Don’t pass through the style. The output captions will not contain any font styling information.
*/
public data class
ChannelEncoderSettingsCaptionDescriptionDestinationSettingsWebvttDestinationSettings(
public val styleControl: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.aws.medialive.outputs.ChannelEncoderSettingsCaptionDescriptionDestinationSettingsWebvttDestinationSettings): ChannelEncoderSettingsCaptionDescriptionDestinationSettingsWebvttDestinationSettings =
ChannelEncoderSettingsCaptionDescriptionDestinationSettingsWebvttDestinationSettings(
styleControl = javaType.styleControl(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy