Interface CfnChannel.TimecodeConfigProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnChannel.TimecodeConfigProperty.Jsii$Proxy
Enclosing class:
CfnChannel

@Stability(Stable) public static interface CfnChannel.TimecodeConfigProperty extends software.amazon.jsii.JsiiSerializable
The configuration of the timecode in the output.

The parent of this entity is EncoderSettings.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.medialive.*;
 TimecodeConfigProperty timecodeConfigProperty = TimecodeConfigProperty.builder()
         .source("source")
         .syncThreshold(123)
         .build();
 

See Also: