Class MediaStreamAudio.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediaconnect.alpha.MediaStreamAudio.Jsii$Proxy
- All Implemented Interfaces:
MediaStreamAudio,MediaStreamBase,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
MediaStreamAudio
@Stability(Experimental)
@Internal
public static final class MediaStreamAudio.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements MediaStreamAudio
An implementation for
MediaStreamAudio-
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.alpha.MediaStreamAudio
MediaStreamAudio.Builder, MediaStreamAudio.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(MediaStreamAudio.Builder builder) Constructor that initializes the object based on literal property values passed by theMediaStreamAudio.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 AudioStreamOrderOptions(experimental) The format of the audio channel.final Number(experimental) The sample rate for the stream.final String(experimental) A description that can help you quickly identify what your media stream is used for.final NumbergetFmt()(experimental) The format type number (sometimes referred to as RTP payload type) of the media stream.final StringgetLang()(experimental) The audio language, in a format that is recognized by the receiver.final Number(experimental) A unique identifier for the media stream.final String(experimental) A name that helps you distinguish one media stream from another.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 theMediaStreamAudio.Builder.
-
-
Method Details
-
getChannelOrder
Description copied from interface:MediaStreamAudio(experimental) The format of the audio channel.Default: - the MediaConnect service default
- Specified by:
getChannelOrderin interfaceMediaStreamAudio
-
getClockRate
Description copied from interface:MediaStreamAudio(experimental) The sample rate for the stream.This value is measured in Hz.
Default: - default clock rate for the media stream type
- Specified by:
getClockRatein interfaceMediaStreamAudio
-
getFmt
Description copied from interface:MediaStreamAudio(experimental) The 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.
Default: - assigned by MediaConnect
- Specified by:
getFmtin interfaceMediaStreamAudio
-
getLang
Description copied from interface:MediaStreamAudio(experimental) The audio language, in a format that is recognized by the receiver.Default: - no language specified
- Specified by:
getLangin interfaceMediaStreamAudio
-
getMediaStreamId
Description copied from interface:MediaStreamBase(experimental) A unique identifier for the media stream.- Specified by:
getMediaStreamIdin interfaceMediaStreamBase
-
getMediaStreamName
Description copied from interface:MediaStreamBase(experimental) A name that helps you distinguish one media stream from another.- Specified by:
getMediaStreamNamein interfaceMediaStreamBase
-
getDescription
Description copied from interface:MediaStreamBase(experimental) A description that can help you quickly identify what your media stream is used for.Default: - no description
- Specified by:
getDescriptionin interfaceMediaStreamBase
-
$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()
-