Show / Hide Table of Contents

Class CfnChannel.FrameCaptureHlsSettingsProperty

Settings for a frame capture output in an HLS output group.

Inheritance
System.Object
CfnChannel.FrameCaptureHlsSettingsProperty
Implements
CfnChannel.IFrameCaptureHlsSettingsProperty
Namespace: Amazon.CDK.AWS.MediaLive
Assembly: Amazon.CDK.AWS.MediaLive.dll
Syntax (csharp)
public class FrameCaptureHlsSettingsProperty : Object, CfnChannel.IFrameCaptureHlsSettingsProperty
Syntax (vb)
Public Class FrameCaptureHlsSettingsProperty
    Inherits Object
    Implements CfnChannel.IFrameCaptureHlsSettingsProperty
Remarks

The parent of this entity is HlsSettings.

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-framecapturehlssettings.html

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;

var frameCaptureHlsSettingsProperty = new FrameCaptureHlsSettingsProperty { };

Synopsis

Constructors

FrameCaptureHlsSettingsProperty()

Constructors

FrameCaptureHlsSettingsProperty()

public FrameCaptureHlsSettingsProperty()

Implements

CfnChannel.IFrameCaptureHlsSettingsProperty
Back to top Generated by DocFX