@Stability(value=Stable)
public static interface CfnChannel.AudioOnlyHlsSettingsProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.medialive.*;
AudioOnlyHlsSettingsProperty audioOnlyHlsSettingsProperty = AudioOnlyHlsSettingsProperty.builder()
.audioGroupId("audioGroupId")
.audioOnlyImage(InputLocationProperty.builder()
.passwordParam("passwordParam")
.uri("uri")
.username("username")
.build())
.audioTrackType("audioTrackType")
.segmentType("segmentType")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnChannel.AudioOnlyHlsSettingsProperty.Builder
A builder for
CfnChannel.AudioOnlyHlsSettingsProperty |
static class |
CfnChannel.AudioOnlyHlsSettingsProperty.Jsii$Proxy
An implementation for
CfnChannel.AudioOnlyHlsSettingsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnChannel.AudioOnlyHlsSettingsProperty.Builder |
builder() |
default String |
getAudioGroupId()
`CfnChannel.AudioOnlyHlsSettingsProperty.AudioGroupId`.
|
default Object |
getAudioOnlyImage()
`CfnChannel.AudioOnlyHlsSettingsProperty.AudioOnlyImage`.
|
default String |
getAudioTrackType()
`CfnChannel.AudioOnlyHlsSettingsProperty.AudioTrackType`.
|
default String |
getSegmentType()
`CfnChannel.AudioOnlyHlsSettingsProperty.SegmentType`.
|
@Stability(value=Stable) @Nullable default String getAudioGroupId()
@Stability(value=Stable) @Nullable default Object getAudioOnlyImage()
@Stability(value=Stable) @Nullable default String getAudioTrackType()
@Stability(value=Stable) @Nullable default String getSegmentType()
@Stability(value=Stable) static CfnChannel.AudioOnlyHlsSettingsProperty.Builder builder()
Copyright © 2021. All rights reserved.