| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.MediaLive.Types.AudioTrackSelection
Description
Documentation
data AudioTrackSelection Source #
Audio Track Selection
See: newAudioTrackSelection smart constructor.
Constructors
| AudioTrackSelection' | |
Fields
| |
Instances
newAudioTrackSelection :: AudioTrackSelection Source #
Create a value of AudioTrackSelection with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:dolbyEDecode:AudioTrackSelection', audioTrackSelection_dolbyEDecode - Configure decoding options for Dolby E streams - these should be Dolby E
frames carried in PCM streams tagged with SMPTE-337
$sel:tracks:AudioTrackSelection', audioTrackSelection_tracks - Selects one or more unique audio tracks from within a source.
audioTrackSelection_dolbyEDecode :: Lens' AudioTrackSelection (Maybe AudioDolbyEDecode) Source #
Configure decoding options for Dolby E streams - these should be Dolby E frames carried in PCM streams tagged with SMPTE-337
audioTrackSelection_tracks :: Lens' AudioTrackSelection [AudioTrack] Source #
Selects one or more unique audio tracks from within a source.