Interface CfnFlow.IMediaStreamAttributesProperty
Attributes that are related to the media stream.
Namespace: Amazon.CDK.AWS.MediaConnect
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IMediaStreamAttributesProperty
Syntax (vb)
Public Interface IMediaStreamAttributesProperty
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.AWS.MediaConnect;
var mediaStreamAttributesProperty = new MediaStreamAttributesProperty {
Fmtp = new FmtpProperty {
ChannelOrder = "channelOrder",
Colorimetry = "colorimetry",
ExactFramerate = "exactFramerate",
Par = "par",
Range = "range",
ScanMode = "scanMode",
Tcs = "tcs"
},
Lang = "lang"
};
Synopsis
Properties
Fmtp | A set of parameters that define the media stream. |
Lang | The audio language, in a format that is recognized by the receiver. |
Properties
Fmtp
A set of parameters that define the media stream.
virtual object Fmtp { get; }
Property Value
System.
Remarks
Lang
The audio language, in a format that is recognized by the receiver.
virtual string Lang { get; }
Property Value
System.