Class CfnRecordingConfigurationPropsMixin.RenditionConfigurationProperty
The RenditionConfiguration property type describes which renditions should be recorded for a stream.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.IVS
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnRecordingConfigurationPropsMixin.RenditionConfigurationProperty : CfnRecordingConfigurationPropsMixin.IRenditionConfigurationProperty
Syntax (vb)
Public Class CfnRecordingConfigurationPropsMixin.RenditionConfigurationProperty Implements CfnRecordingConfigurationPropsMixin.IRenditionConfigurationProperty
Remarks
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.CfnPropertyMixins.AWS.IVS;
var renditionConfigurationProperty = new RenditionConfigurationProperty {
Renditions = new [] { "renditions" },
RenditionSelection = "renditionSelection"
};
Synopsis
Constructors
| RenditionConfigurationProperty() | The RenditionConfiguration property type describes which renditions should be recorded for a stream. |
Properties
| RenditionSelection | The set of renditions are recorded for a stream. |
| Renditions | A list of which renditions are recorded for a stream, if |
Constructors
RenditionConfigurationProperty()
The RenditionConfiguration property type describes which renditions should be recorded for a stream.
public RenditionConfigurationProperty()
Remarks
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.CfnPropertyMixins.AWS.IVS;
var renditionConfigurationProperty = new RenditionConfigurationProperty {
Renditions = new [] { "renditions" },
RenditionSelection = "renditionSelection"
};
Properties
RenditionSelection
The set of renditions are recorded for a stream.
public string? RenditionSelection { get; set; }
Property Value
Remarks
For BASIC channels, the CUSTOM value has no effect. If CUSTOM is specified, a set of renditions can be specified in the renditions field. Default: ALL .
Default: - "ALL"
Renditions
A list of which renditions are recorded for a stream, if renditionSelection is CUSTOM ;
public string[]? Renditions { get; set; }
Property Value
string[]
Remarks
otherwise, this field is irrelevant. The selected renditions are recorded if they are available during the stream. If a selected rendition is unavailable, the best available rendition is recorded. For details on the resolution dimensions of each rendition, see Auto-Record to Amazon S3 .