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 |
Synopsis
- data AudioDescription = AudioDescription' {
- audioNormalizationSettings :: Maybe AudioNormalizationSettings
- audioType :: Maybe AudioType
- audioTypeControl :: Maybe AudioDescriptionAudioTypeControl
- audioWatermarkingSettings :: Maybe AudioWatermarkSettings
- codecSettings :: Maybe AudioCodecSettings
- languageCode :: Maybe Text
- languageCodeControl :: Maybe AudioDescriptionLanguageCodeControl
- remixSettings :: Maybe RemixSettings
- streamName :: Maybe Text
- audioSelectorName :: Text
- name :: Text
- newAudioDescription :: Text -> Text -> AudioDescription
- audioDescription_audioNormalizationSettings :: Lens' AudioDescription (Maybe AudioNormalizationSettings)
- audioDescription_audioType :: Lens' AudioDescription (Maybe AudioType)
- audioDescription_audioTypeControl :: Lens' AudioDescription (Maybe AudioDescriptionAudioTypeControl)
- audioDescription_audioWatermarkingSettings :: Lens' AudioDescription (Maybe AudioWatermarkSettings)
- audioDescription_codecSettings :: Lens' AudioDescription (Maybe AudioCodecSettings)
- audioDescription_languageCode :: Lens' AudioDescription (Maybe Text)
- audioDescription_languageCodeControl :: Lens' AudioDescription (Maybe AudioDescriptionLanguageCodeControl)
- audioDescription_remixSettings :: Lens' AudioDescription (Maybe RemixSettings)
- audioDescription_streamName :: Lens' AudioDescription (Maybe Text)
- audioDescription_audioSelectorName :: Lens' AudioDescription Text
- audioDescription_name :: Lens' AudioDescription Text
Documentation
data AudioDescription Source #
Audio Description
See: newAudioDescription
smart constructor.
AudioDescription' | |
|
Instances
:: Text | |
-> Text | |
-> AudioDescription |
Create a value of AudioDescription
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:audioNormalizationSettings:AudioDescription'
, audioDescription_audioNormalizationSettings
- Advanced audio normalization settings.
$sel:audioType:AudioDescription'
, audioDescription_audioType
- Applies only if audioTypeControl is useConfigured. The values for
audioType are defined in ISO-IEC 13818-1.
$sel:audioTypeControl:AudioDescription'
, audioDescription_audioTypeControl
- Determines how audio type is determined. followInput: If the input
contains an ISO 639 audioType, then that value is passed through to the
output. If the input contains no ISO 639 audioType, the value in Audio
Type is included in the output. useConfigured: The value in Audio Type
is included in the output. Note that this field and audioType are both
ignored if inputType is broadcasterMixedAd.
$sel:audioWatermarkingSettings:AudioDescription'
, audioDescription_audioWatermarkingSettings
- Settings to configure one or more solutions that insert audio watermarks
in the audio encode
$sel:codecSettings:AudioDescription'
, audioDescription_codecSettings
- Audio codec settings.
$sel:languageCode:AudioDescription'
, audioDescription_languageCode
- RFC 5646 language code representing the language of the audio output
track. Only used if languageControlMode is useConfigured, or there is no
ISO 639 language code specified in the input.
$sel:languageCodeControl:AudioDescription'
, audioDescription_languageCodeControl
- Choosing followInput will cause the ISO 639 language code of the output
to follow the ISO 639 language code of the input. The languageCode will
be used when useConfigured is set, or when followInput is selected but
there is no ISO 639 language code specified by the input.
$sel:remixSettings:AudioDescription'
, audioDescription_remixSettings
- Settings that control how input audio channels are remixed into the
output audio channels.
$sel:streamName:AudioDescription'
, audioDescription_streamName
- Used for MS Smooth and Apple HLS outputs. Indicates the name displayed
by the player (eg. English, or Director Commentary).
$sel:audioSelectorName:AudioDescription'
, audioDescription_audioSelectorName
- The name of the AudioSelector used as the source for this
AudioDescription.
$sel:name:AudioDescription'
, audioDescription_name
- The name of this AudioDescription. Outputs will use this name to
uniquely identify this AudioDescription. Description names should be
unique within this Live Event.
audioDescription_audioNormalizationSettings :: Lens' AudioDescription (Maybe AudioNormalizationSettings) Source #
Advanced audio normalization settings.
audioDescription_audioType :: Lens' AudioDescription (Maybe AudioType) Source #
Applies only if audioTypeControl is useConfigured. The values for audioType are defined in ISO-IEC 13818-1.
audioDescription_audioTypeControl :: Lens' AudioDescription (Maybe AudioDescriptionAudioTypeControl) Source #
Determines how audio type is determined. followInput: If the input contains an ISO 639 audioType, then that value is passed through to the output. If the input contains no ISO 639 audioType, the value in Audio Type is included in the output. useConfigured: The value in Audio Type is included in the output. Note that this field and audioType are both ignored if inputType is broadcasterMixedAd.
audioDescription_audioWatermarkingSettings :: Lens' AudioDescription (Maybe AudioWatermarkSettings) Source #
Settings to configure one or more solutions that insert audio watermarks in the audio encode
audioDescription_codecSettings :: Lens' AudioDescription (Maybe AudioCodecSettings) Source #
Audio codec settings.
audioDescription_languageCode :: Lens' AudioDescription (Maybe Text) Source #
RFC 5646 language code representing the language of the audio output track. Only used if languageControlMode is useConfigured, or there is no ISO 639 language code specified in the input.
audioDescription_languageCodeControl :: Lens' AudioDescription (Maybe AudioDescriptionLanguageCodeControl) Source #
Choosing followInput will cause the ISO 639 language code of the output to follow the ISO 639 language code of the input. The languageCode will be used when useConfigured is set, or when followInput is selected but there is no ISO 639 language code specified by the input.
audioDescription_remixSettings :: Lens' AudioDescription (Maybe RemixSettings) Source #
Settings that control how input audio channels are remixed into the output audio channels.
audioDescription_streamName :: Lens' AudioDescription (Maybe Text) Source #
Used for MS Smooth and Apple HLS outputs. Indicates the name displayed by the player (eg. English, or Director Commentary).
audioDescription_audioSelectorName :: Lens' AudioDescription Text Source #
The name of the AudioSelector used as the source for this AudioDescription.
audioDescription_name :: Lens' AudioDescription Text Source #
The name of this AudioDescription. Outputs will use this name to uniquely identify this AudioDescription. Description names should be unique within this Live Event.