ChannelEncoderSettingsOutputGroupOutputGroupSettingsMsSmoothGroupSettingsArgs

data class ChannelEncoderSettingsOutputGroupOutputGroupSettingsMsSmoothGroupSettingsArgs(val acquisitionPointId: Output<String>? = null, val audioOnlyTimecodeControl: Output<String>? = null, val certificateMode: Output<String>? = null, val connectionRetryInterval: Output<Int>? = null, val destination: Output<ChannelEncoderSettingsOutputGroupOutputGroupSettingsMsSmoothGroupSettingsDestinationArgs>, val eventId: Output<String>? = null, val eventIdMode: Output<String>? = null, val eventStopBehavior: Output<String>? = null, val filecacheDuration: Output<Int>? = null, val fragmentLength: Output<Int>? = null, val inputLossAction: Output<String>? = null, val numRetries: Output<Int>? = null, val restartDelay: Output<Int>? = null, val segmentationMode: Output<String>? = null, val sendDelayMs: Output<Int>? = null, val sparseTrackType: Output<String>? = null, val streamManifestBehavior: Output<String>? = null, val timestampOffset: Output<String>? = null, val timestampOffsetMode: Output<String>? = null) : ConvertibleToJava<ChannelEncoderSettingsOutputGroupOutputGroupSettingsMsSmoothGroupSettingsArgs>

Constructors

constructor(acquisitionPointId: Output<String>? = null, audioOnlyTimecodeControl: Output<String>? = null, certificateMode: Output<String>? = null, connectionRetryInterval: Output<Int>? = null, destination: Output<ChannelEncoderSettingsOutputGroupOutputGroupSettingsMsSmoothGroupSettingsDestinationArgs>, eventId: Output<String>? = null, eventIdMode: Output<String>? = null, eventStopBehavior: Output<String>? = null, filecacheDuration: Output<Int>? = null, fragmentLength: Output<Int>? = null, inputLossAction: Output<String>? = null, numRetries: Output<Int>? = null, restartDelay: Output<Int>? = null, segmentationMode: Output<String>? = null, sendDelayMs: Output<Int>? = null, sparseTrackType: Output<String>? = null, streamManifestBehavior: Output<String>? = null, timestampOffset: Output<String>? = null, timestampOffsetMode: Output<String>? = null)

Properties

Link copied to clipboard
val acquisitionPointId: Output<String>? = null
Link copied to clipboard
val audioOnlyTimecodeControl: Output<String>? = null
Link copied to clipboard
val certificateMode: Output<String>? = null

Setting to allow self signed or verified RTMP certificates.

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

Number of seconds to wait before retrying connection to the flash media server if the connection is lost.

Link copied to clipboard

A director and base filename where archive files should be written. See Destination for more details.

Link copied to clipboard
val eventId: Output<String>? = null
Link copied to clipboard
val eventIdMode: Output<String>? = null
Link copied to clipboard
val eventStopBehavior: Output<String>? = null
Link copied to clipboard
val filecacheDuration: Output<Int>? = null
Link copied to clipboard
val fragmentLength: Output<Int>? = null
Link copied to clipboard
val inputLossAction: Output<String>? = null

Controls the behavior of the RTMP group if input becomes unavailable.

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

Number of retry attempts.

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

Number of seconds to wait until a restart is initiated.

Link copied to clipboard
val segmentationMode: Output<String>? = null
Link copied to clipboard
val sendDelayMs: Output<Int>? = null
Link copied to clipboard
val sparseTrackType: Output<String>? = null
Link copied to clipboard
val streamManifestBehavior: Output<String>? = null
Link copied to clipboard
val timestampOffset: Output<String>? = null
Link copied to clipboard
val timestampOffsetMode: Output<String>? = null

Functions

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