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 |
Documentation
data AudioDolbyEDecode Source #
Audio Dolby EDecode
See: newAudioDolbyEDecode
smart constructor.
AudioDolbyEDecode' | |
|
Instances
Create a value of AudioDolbyEDecode
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:programSelection:AudioDolbyEDecode'
, audioDolbyEDecode_programSelection
- Applies only to Dolby E. Enter the program ID (according to the metadata
in the audio) of the Dolby E program to extract from the specified
track. One program extracted per audio selector. To select multiple
programs, create multiple selectors with the same Track and different
Program numbers. “All channels” means to ignore the program IDs and
include all the channels in this selector; useful if metadata is known
to be incorrect.
audioDolbyEDecode_programSelection :: Lens' AudioDolbyEDecode DolbyEProgramSelection Source #
Applies only to Dolby E. Enter the program ID (according to the metadata in the audio) of the Dolby E program to extract from the specified track. One program extracted per audio selector. To select multiple programs, create multiple selectors with the same Track and different Program numbers. “All channels” means to ignore the program IDs and include all the channels in this selector; useful if metadata is known to be incorrect.