public static final class CfnChannel.HlsOutputSettingsProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnChannel.HlsOutputSettingsProperty
CfnChannel.HlsOutputSettingsProperty
CfnChannel.HlsOutputSettingsProperty.Builder, CfnChannel.HlsOutputSettingsProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getH265PackagingType()
Only applicable when this output is referencing an H.265 video description.
|
java.lang.Object |
getHlsSettings()
The settings regarding the underlying stream.
|
java.lang.String |
getNameModifier()
A string that is concatenated to the end of the destination file name.
|
java.lang.String |
getSegmentModifier()
A string that is concatenated to the end of segment file names.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getH265PackagingType()
CfnChannel.HlsOutputSettingsProperty
getH265PackagingType
in interface CfnChannel.HlsOutputSettingsProperty
public final java.lang.Object getHlsSettings()
CfnChannel.HlsOutputSettingsProperty
These settings are different for audio-only outputs.
getHlsSettings
in interface CfnChannel.HlsOutputSettingsProperty
public final java.lang.String getNameModifier()
CfnChannel.HlsOutputSettingsProperty
Accepts "Format Identifiers":#formatIdentifierParameters.
getNameModifier
in interface CfnChannel.HlsOutputSettingsProperty
public final java.lang.String getSegmentModifier()
CfnChannel.HlsOutputSettingsProperty
getSegmentModifier
in interface CfnChannel.HlsOutputSettingsProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()