Show / Hide Table of Contents

Class Fmp4HlsSettingsProps

(experimental) Properties for fMP4 HLS settings.

Inheritance
object
Fmp4HlsSettingsProps
Implements
IFmp4HlsSettingsProps
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.MediaLive.Alpha
Assembly: Amazon.CDK.AWS.MediaLive.Alpha.dll
Syntax (csharp)
public class Fmp4HlsSettingsProps : IFmp4HlsSettingsProps
Syntax (vb)
Public Class Fmp4HlsSettingsProps Implements IFmp4HlsSettingsProps
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;

             M3u8NielsenId3Behavior m3u8NielsenId3Behavior;
             M3u8TimedMetadataBehavior m3u8TimedMetadataBehavior;

             var fmp4HlsSettingsProps = new Fmp4HlsSettingsProps {
                 AudioRenditionSets = "audioRenditionSets",
                 NielsenId3Behavior = m3u8NielsenId3Behavior,
                 TimedMetadataBehavior = m3u8TimedMetadataBehavior
             };

Synopsis

Constructors

Fmp4HlsSettingsProps()

(experimental) Properties for fMP4 HLS settings.

Properties

AudioRenditionSets

(experimental) The audio GROUP-IDs used with this video output stream, comma-separated.

NielsenId3Behavior

(experimental) Nielsen ID3 passthrough behavior.

TimedMetadataBehavior

(experimental) Timed-metadata passthrough behavior.

Constructors

Fmp4HlsSettingsProps()

(experimental) Properties for fMP4 HLS settings.

public Fmp4HlsSettingsProps()
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;

             M3u8NielsenId3Behavior m3u8NielsenId3Behavior;
             M3u8TimedMetadataBehavior m3u8TimedMetadataBehavior;

             var fmp4HlsSettingsProps = new Fmp4HlsSettingsProps {
                 AudioRenditionSets = "audioRenditionSets",
                 NielsenId3Behavior = m3u8NielsenId3Behavior,
                 TimedMetadataBehavior = m3u8TimedMetadataBehavior
             };

Properties

AudioRenditionSets

(experimental) The audio GROUP-IDs used with this video output stream, comma-separated.

public string? AudioRenditionSets { get; set; }
Property Value

string

Remarks

Default: - service default

Stability: Experimental

NielsenId3Behavior

(experimental) Nielsen ID3 passthrough behavior.

public M3u8NielsenId3Behavior? NielsenId3Behavior { get; set; }
Property Value

M3u8NielsenId3Behavior

Remarks

Default: - service default

Stability: Experimental

TimedMetadataBehavior

(experimental) Timed-metadata passthrough behavior.

public M3u8TimedMetadataBehavior? TimedMetadataBehavior { get; set; }
Property Value

M3u8TimedMetadataBehavior

Remarks

Default: - service default

Stability: Experimental

Implements

IFmp4HlsSettingsProps
Back to top Generated by DocFX