Class SourceJpegXs.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mediaconnect.alpha.SourceJpegXs.Jsii$Proxy
- All Implemented Interfaces:
SourceJpegXs,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
SourceJpegXs
@Stability(Experimental)
@Internal
public static final class SourceJpegXs.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements SourceJpegXs
An implementation for
SourceJpegXs-
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.SourceJpegXs
SourceJpegXs.Builder, SourceJpegXs.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(SourceJpegXs.Builder builder) Constructor that initializes the object based on literal property values passed by theSourceJpegXs.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 String(experimental) The name of the source.final Number(experimental) The size of the buffer (in ms) to use to sync incoming source data.(experimental) The media stream that is associated with the source, and the parameters for that association.final List<VpcInterfaceConfig> (experimental) The VPC interface attachment to use for this bridge source.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 theSourceJpegXs.Builder.
-
-
Method Details
-
getMediaStreamSourceConfigurations
Description copied from interface:SourceJpegXs(experimental) The media stream that is associated with the source, and the parameters for that association.- Specified by:
getMediaStreamSourceConfigurationsin interfaceSourceJpegXs
-
getFlowSourceName
Description copied from interface:SourceJpegXs(experimental) The name of the source.Default: - a name is generated automatically
- Specified by:
getFlowSourceNamein interfaceSourceJpegXs
-
getMaxSyncBuffer
Description copied from interface:SourceJpegXs(experimental) The size of the buffer (in ms) to use to sync incoming source data.Default: 100
- Specified by:
getMaxSyncBufferin interfaceSourceJpegXs
-
getVpcInterface
Description copied from interface:SourceJpegXs(experimental) The VPC interface attachment to use for this bridge source.Default: - no VPC interface
- Specified by:
getVpcInterfacein interfaceSourceJpegXs
-
$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()
-