ChannelEncoderSettingsTimecodeConfigArgs

data class ChannelEncoderSettingsTimecodeConfigArgs(val source: Output<String>, val syncThreshold: Output<Int>? = null) : ConvertibleToJava<ChannelEncoderSettingsTimecodeConfigArgs>

Constructors

Link copied to clipboard
constructor(source: Output<String>, syncThreshold: Output<Int>? = null)

Properties

Link copied to clipboard
val source: Output<String>

The source for the timecode that will be associated with the events outputs.

Link copied to clipboard
val syncThreshold: Output<Int>? = null

Threshold in frames beyond which output timecode is resynchronized to the input timecode.

Functions

Link copied to clipboard
open override fun toJava(): ChannelEncoderSettingsTimecodeConfigArgs