Class CfnFlow.MediaStreamProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediaconnect.CfnFlow.MediaStreamProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnFlow.MediaStreamProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFlow.MediaStreamProperty
@Stability(Stable)
@Internal
public static final class CfnFlow.MediaStreamProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFlow.MediaStreamProperty
An implementation for
CfnFlow.MediaStreamProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.mediaconnect.CfnFlow.MediaStreamProperty
CfnFlow.MediaStreamProperty.Builder, CfnFlow.MediaStreamProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnFlow.MediaStreamProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectAttributes that are related to the media stream.final NumberThe sample rate for the stream.final StringA description that can help you quickly identify what your media stream is used for.final NumbergetFmt()The format type number (sometimes referred to as RTP payload type) of the media stream.final NumberA unique identifier for the media stream.final StringA name that helps you distinguish one media stream from another.final StringThe type of media stream.final StringThe resolution of the video.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnFlow.MediaStreamProperty.Builder.
-
-
Method Details
-
getMediaStreamId
Description copied from interface:CfnFlow.MediaStreamPropertyA unique identifier for the media stream.- Specified by:
getMediaStreamIdin interfaceCfnFlow.MediaStreamProperty- See Also:
-
getMediaStreamName
Description copied from interface:CfnFlow.MediaStreamPropertyA name that helps you distinguish one media stream from another.- Specified by:
getMediaStreamNamein interfaceCfnFlow.MediaStreamProperty- See Also:
-
getMediaStreamType
Description copied from interface:CfnFlow.MediaStreamPropertyThe type of media stream.- Specified by:
getMediaStreamTypein interfaceCfnFlow.MediaStreamProperty- See Also:
-
getAttributes
Description copied from interface:CfnFlow.MediaStreamPropertyAttributes that are related to the media stream.Returns union: either
IResolvableorCfnFlow.MediaStreamAttributesProperty- Specified by:
getAttributesin interfaceCfnFlow.MediaStreamProperty- See Also:
-
getClockRate
Description copied from interface:CfnFlow.MediaStreamPropertyThe sample rate for the stream.This value is measured in Hz.
- Specified by:
getClockRatein interfaceCfnFlow.MediaStreamProperty- See Also:
-
getDescription
Description copied from interface:CfnFlow.MediaStreamPropertyA description that can help you quickly identify what your media stream is used for.- Specified by:
getDescriptionin interfaceCfnFlow.MediaStreamProperty- See Also:
-
getFmt
Description copied from interface:CfnFlow.MediaStreamPropertyThe format type number (sometimes referred to as RTP payload type) of the media stream.MediaConnect assigns this value to the media stream. For ST 2110 JPEG XS outputs, you need to provide this value to the receiver.
- Specified by:
getFmtin interfaceCfnFlow.MediaStreamProperty- See Also:
-
getVideoFormat
Description copied from interface:CfnFlow.MediaStreamPropertyThe resolution of the video.- Specified by:
getVideoFormatin interfaceCfnFlow.MediaStreamProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-