Show / Hide Table of Contents

Class CaptionSynchronizationMode

(experimental) Controls whether MediaLive delays video to synchronize captions with audio and video output.

Inheritance
object
CaptionSynchronizationMode
Namespace: Amazon.CDK.AWS.MediaLive.Alpha
Assembly: Amazon.CDK.AWS.MediaLive.Alpha.dll
Syntax (csharp)
public class CaptionSynchronizationMode : DeputyBase
Syntax (vb)
Public Class CaptionSynchronizationMode Inherits DeputyBase
Remarks

Stability: Experimental

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.MediaLive.Alpha;

             var captionSynchronizationMode = CaptionSynchronizationMode.Of("value");

Synopsis

Properties

NO_VIDEO_DELAY

(experimental) MediaLive does not delay video for caption alignment.

VIDEO_ALIGNED_CAPTIONS

(experimental) MediaLive delays video to ensure captions are synchronized with audio and video.

Value

(experimental) The underlying string value passed to CloudFormation.

Methods

Of(string)

(experimental) A value not yet modelled by AWS CDK.

Properties

NO_VIDEO_DELAY

(experimental) MediaLive does not delay video for caption alignment.

public static CaptionSynchronizationMode NO_VIDEO_DELAY { get; }
Property Value

CaptionSynchronizationMode

Remarks

Stability: Experimental

VIDEO_ALIGNED_CAPTIONS

(experimental) MediaLive delays video to ensure captions are synchronized with audio and video.

public static CaptionSynchronizationMode VIDEO_ALIGNED_CAPTIONS { get; }
Property Value

CaptionSynchronizationMode

Remarks

Stability: Experimental

Value

(experimental) The underlying string value passed to CloudFormation.

public virtual string Value { get; }
Property Value

string

Remarks

Stability: Experimental

Methods

Of(string)

(experimental) A value not yet modelled by AWS CDK.

public static CaptionSynchronizationMode Of(string value)
Parameters
value string
Returns

CaptionSynchronizationMode

Remarks

Stability: Experimental

Back to top Generated by DocFX