Class UdpTimedMetadataId3Frame
(experimental) UDP timed metadata ID3 frame.
Namespace: Amazon.CDK.AWS.MediaLive.Alpha
Assembly: Amazon.CDK.AWS.MediaLive.Alpha.dll
Syntax (csharp)
public class UdpTimedMetadataId3Frame : DeputyBase
Syntax (vb)
Public Class UdpTimedMetadataId3Frame 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 udpTimedMetadataId3Frame = UdpTimedMetadataId3Frame.NONE;
Synopsis
Properties
| NONE | (experimental) None. |
| PRIV | (experimental) PRIV. |
| TDRL | (experimental) TDRL. |
| Value | (experimental) The underlying string value passed to CloudFormation. |
Methods
| Of(string) | (experimental) A value not yet modelled by AWS CDK. |
Properties
NONE
(experimental) None.
public static UdpTimedMetadataId3Frame NONE { get; }
Property Value
Remarks
Stability: Experimental
PRIV
(experimental) PRIV.
public static UdpTimedMetadataId3Frame PRIV { get; }
Property Value
Remarks
Stability: Experimental
TDRL
(experimental) TDRL.
public static UdpTimedMetadataId3Frame TDRL { get; }
Property Value
Remarks
Stability: Experimental
Value
(experimental) The underlying string value passed to CloudFormation.
public virtual string Value { get; }
Property Value
Remarks
Stability: Experimental
Methods
Of(string)
(experimental) A value not yet modelled by AWS CDK.
public static UdpTimedMetadataId3Frame Of(string value)
Parameters
- value string
Returns
Remarks
Stability: Experimental