Class H265PackagingType
(experimental) H.265 packaging type for HLS/MS Smooth outputs.
Namespace: Amazon.CDK.AWS.MediaLive.Alpha
Assembly: Amazon.CDK.AWS.MediaLive.Alpha.dll
Syntax (csharp)
public class H265PackagingType : DeputyBase
Syntax (vb)
Public Class H265PackagingType 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 h265PackagingType = H265PackagingType.Of("value");
Synopsis
Properties
| HEV1 | (experimental) HEV1 packaging. |
| HVC1 | (experimental) HVC1 packaging. |
| Value | (experimental) The underlying string value passed to CloudFormation. |
Methods
| Of(string) | (experimental) A value not yet modelled by AWS CDK. |
Properties
HEV1
(experimental) HEV1 packaging.
public static H265PackagingType HEV1 { get; }
Property Value
Remarks
Stability: Experimental
HVC1
(experimental) HVC1 packaging.
public static H265PackagingType HVC1 { 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 H265PackagingType Of(string value)
Parameters
- value string
Returns
Remarks
Stability: Experimental