Show / Hide Table of Contents

Class H265MvOverPictureBoundaries

(experimental) H.265 motion vector over picture boundaries.

Inheritance
object
H265MvOverPictureBoundaries
Namespace: Amazon.CDK.AWS.MediaLive.Alpha
Assembly: Amazon.CDK.AWS.MediaLive.Alpha.dll
Syntax (csharp)
public class H265MvOverPictureBoundaries : DeputyBase
Syntax (vb)
Public Class H265MvOverPictureBoundaries 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 h265MvOverPictureBoundaries = H265MvOverPictureBoundaries.Of("value");

Synopsis

Properties

DISABLED

(experimental) Disabled.

ENABLED

(experimental) Enabled.

Value

(experimental) The underlying string value passed to CloudFormation.

Methods

Of(string)

(experimental) A value not yet modelled by AWS CDK.

Properties

DISABLED

(experimental) Disabled.

public static H265MvOverPictureBoundaries DISABLED { get; }
Property Value

H265MvOverPictureBoundaries

Remarks

Stability: Experimental

ENABLED

(experimental) Enabled.

public static H265MvOverPictureBoundaries ENABLED { get; }
Property Value

H265MvOverPictureBoundaries

Remarks

Stability: Experimental

Value

(experimental) The underlying string value passed to CloudFormation.

public virtual string Value { get; }
Property Value

string

Remarks

Stability: Experimental

Methods

Of(string)

(experimental) A value not yet modelled by AWS CDK.

public static H265MvOverPictureBoundaries Of(string value)
Parameters
value string
Returns

H265MvOverPictureBoundaries

Remarks

Stability: Experimental

Back to top Generated by DocFX