ChannelEncoderSettingsTimecodeConfig

data class ChannelEncoderSettingsTimecodeConfig(val source: String, val syncThreshold: Int? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard
val syncThreshold: Int? = null

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