| Package | Description |
|---|---|
| software.amazon.awssdk.services.medialive.model |
| Modifier and Type | Method and Description |
|---|---|
static AudioDolbyEDecode.Builder |
AudioDolbyEDecode.builder() |
AudioDolbyEDecode.Builder |
AudioDolbyEDecode.Builder.programSelection(DolbyEProgramSelection programSelection)
Applies only to Dolby E.
|
AudioDolbyEDecode.Builder |
AudioDolbyEDecode.Builder.programSelection(String programSelection)
Applies only to Dolby E.
|
AudioDolbyEDecode.Builder |
AudioDolbyEDecode.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AudioDolbyEDecode.Builder> |
AudioDolbyEDecode.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AudioTrackSelection.Builder |
AudioTrackSelection.Builder.dolbyEDecode(Consumer<AudioDolbyEDecode.Builder> dolbyEDecode)
Configure decoding options for Dolby E streams - these should be Dolby E frames carried in PCM streams tagged
with SMPTE-337 This is a convenience method that creates an instance of the
AudioDolbyEDecode.Builder
avoiding the need to create one manually via AudioDolbyEDecode.builder(). |
Copyright © 2023. All rights reserved.