module Stratosphere.MediaLive.Channel.AudioDescriptionProperty (
module Exports, AudioDescriptionProperty(..),
mkAudioDescriptionProperty
) where
import qualified Data.Aeson as JSON
import qualified Stratosphere.Prelude as Prelude
import Stratosphere.Property
import {-# SOURCE #-} Stratosphere.MediaLive.Channel.AudioCodecSettingsProperty as Exports
import {-# SOURCE #-} Stratosphere.MediaLive.Channel.AudioNormalizationSettingsProperty as Exports
import {-# SOURCE #-} Stratosphere.MediaLive.Channel.AudioWatermarkSettingsProperty as Exports
import {-# SOURCE #-} Stratosphere.MediaLive.Channel.RemixSettingsProperty as Exports
import Stratosphere.ResourceProperties
import Stratosphere.Value
data AudioDescriptionProperty
=
AudioDescriptionProperty {AudioDescriptionProperty -> ()
haddock_workaround_ :: (),
AudioDescriptionProperty -> Maybe (ValueList Text)
audioDashRoles :: (Prelude.Maybe (ValueList Prelude.Text)),
AudioDescriptionProperty
-> Maybe AudioNormalizationSettingsProperty
audioNormalizationSettings :: (Prelude.Maybe AudioNormalizationSettingsProperty),
AudioDescriptionProperty -> Maybe (Value Text)
audioSelectorName :: (Prelude.Maybe (Value Prelude.Text)),
AudioDescriptionProperty -> Maybe (Value Text)
audioType :: (Prelude.Maybe (Value Prelude.Text)),
AudioDescriptionProperty -> Maybe (Value Text)
audioTypeControl :: (Prelude.Maybe (Value Prelude.Text)),
AudioDescriptionProperty -> Maybe AudioWatermarkSettingsProperty
audioWatermarkingSettings :: (Prelude.Maybe AudioWatermarkSettingsProperty),
AudioDescriptionProperty -> Maybe AudioCodecSettingsProperty
codecSettings :: (Prelude.Maybe AudioCodecSettingsProperty),
AudioDescriptionProperty -> Maybe (Value Text)
dvbDashAccessibility :: (Prelude.Maybe (Value Prelude.Text)),
AudioDescriptionProperty -> Maybe (Value Text)
languageCode :: (Prelude.Maybe (Value Prelude.Text)),
AudioDescriptionProperty -> Maybe (Value Text)
languageCodeControl :: (Prelude.Maybe (Value Prelude.Text)),
AudioDescriptionProperty -> Maybe (Value Text)
name :: (Prelude.Maybe (Value Prelude.Text)),
AudioDescriptionProperty -> Maybe RemixSettingsProperty
remixSettings :: (Prelude.Maybe RemixSettingsProperty),
AudioDescriptionProperty -> Maybe (Value Text)
streamName :: (Prelude.Maybe (Value Prelude.Text))}
deriving stock (AudioDescriptionProperty -> AudioDescriptionProperty -> Bool
(AudioDescriptionProperty -> AudioDescriptionProperty -> Bool)
-> (AudioDescriptionProperty -> AudioDescriptionProperty -> Bool)
-> Eq AudioDescriptionProperty
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
$c== :: AudioDescriptionProperty -> AudioDescriptionProperty -> Bool
== :: AudioDescriptionProperty -> AudioDescriptionProperty -> Bool
$c/= :: AudioDescriptionProperty -> AudioDescriptionProperty -> Bool
/= :: AudioDescriptionProperty -> AudioDescriptionProperty -> Bool
Prelude.Eq, Int -> AudioDescriptionProperty -> ShowS
[AudioDescriptionProperty] -> ShowS
AudioDescriptionProperty -> String
(Int -> AudioDescriptionProperty -> ShowS)
-> (AudioDescriptionProperty -> String)
-> ([AudioDescriptionProperty] -> ShowS)
-> Show AudioDescriptionProperty
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
$cshowsPrec :: Int -> AudioDescriptionProperty -> ShowS
showsPrec :: Int -> AudioDescriptionProperty -> ShowS
$cshow :: AudioDescriptionProperty -> String
show :: AudioDescriptionProperty -> String
$cshowList :: [AudioDescriptionProperty] -> ShowS
showList :: [AudioDescriptionProperty] -> ShowS
Prelude.Show)
mkAudioDescriptionProperty :: AudioDescriptionProperty
mkAudioDescriptionProperty :: AudioDescriptionProperty
mkAudioDescriptionProperty
= AudioDescriptionProperty
{haddock_workaround_ :: ()
haddock_workaround_ = (), audioDashRoles :: Maybe (ValueList Text)
audioDashRoles = Maybe (ValueList Text)
forall a. Maybe a
Prelude.Nothing,
audioNormalizationSettings :: Maybe AudioNormalizationSettingsProperty
audioNormalizationSettings = Maybe AudioNormalizationSettingsProperty
forall a. Maybe a
Prelude.Nothing,
audioSelectorName :: Maybe (Value Text)
audioSelectorName = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing, audioType :: Maybe (Value Text)
audioType = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
audioTypeControl :: Maybe (Value Text)
audioTypeControl = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
audioWatermarkingSettings :: Maybe AudioWatermarkSettingsProperty
audioWatermarkingSettings = Maybe AudioWatermarkSettingsProperty
forall a. Maybe a
Prelude.Nothing,
codecSettings :: Maybe AudioCodecSettingsProperty
codecSettings = Maybe AudioCodecSettingsProperty
forall a. Maybe a
Prelude.Nothing,
dvbDashAccessibility :: Maybe (Value Text)
dvbDashAccessibility = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
languageCode :: Maybe (Value Text)
languageCode = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
languageCodeControl :: Maybe (Value Text)
languageCodeControl = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing, name :: Maybe (Value Text)
name = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
remixSettings :: Maybe RemixSettingsProperty
remixSettings = Maybe RemixSettingsProperty
forall a. Maybe a
Prelude.Nothing, streamName :: Maybe (Value Text)
streamName = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing}
instance ToResourceProperties AudioDescriptionProperty where
toResourceProperties :: AudioDescriptionProperty -> ResourceProperties
toResourceProperties AudioDescriptionProperty {Maybe (ValueList Text)
Maybe (Value Text)
Maybe AudioNormalizationSettingsProperty
Maybe AudioWatermarkSettingsProperty
Maybe RemixSettingsProperty
Maybe AudioCodecSettingsProperty
()
haddock_workaround_ :: AudioDescriptionProperty -> ()
audioDashRoles :: AudioDescriptionProperty -> Maybe (ValueList Text)
audioNormalizationSettings :: AudioDescriptionProperty
-> Maybe AudioNormalizationSettingsProperty
audioSelectorName :: AudioDescriptionProperty -> Maybe (Value Text)
audioType :: AudioDescriptionProperty -> Maybe (Value Text)
audioTypeControl :: AudioDescriptionProperty -> Maybe (Value Text)
audioWatermarkingSettings :: AudioDescriptionProperty -> Maybe AudioWatermarkSettingsProperty
codecSettings :: AudioDescriptionProperty -> Maybe AudioCodecSettingsProperty
dvbDashAccessibility :: AudioDescriptionProperty -> Maybe (Value Text)
languageCode :: AudioDescriptionProperty -> Maybe (Value Text)
languageCodeControl :: AudioDescriptionProperty -> Maybe (Value Text)
name :: AudioDescriptionProperty -> Maybe (Value Text)
remixSettings :: AudioDescriptionProperty -> Maybe RemixSettingsProperty
streamName :: AudioDescriptionProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
audioDashRoles :: Maybe (ValueList Text)
audioNormalizationSettings :: Maybe AudioNormalizationSettingsProperty
audioSelectorName :: Maybe (Value Text)
audioType :: Maybe (Value Text)
audioTypeControl :: Maybe (Value Text)
audioWatermarkingSettings :: Maybe AudioWatermarkSettingsProperty
codecSettings :: Maybe AudioCodecSettingsProperty
dvbDashAccessibility :: Maybe (Value Text)
languageCode :: Maybe (Value Text)
languageCodeControl :: Maybe (Value Text)
name :: Maybe (Value Text)
remixSettings :: Maybe RemixSettingsProperty
streamName :: Maybe (Value Text)
..}
= ResourceProperties
{awsType :: Text
awsType = Text
"AWS::MediaLive::Channel.AudioDescription",
supportsTags :: Bool
supportsTags = Bool
Prelude.False,
properties :: Object
properties = [Item Object] -> Object
forall l. IsList l => [Item l] -> l
Prelude.fromList
([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
[Key -> ValueList Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"AudioDashRoles" (ValueList Text -> (Key, Value))
-> Maybe (ValueList Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (ValueList Text)
audioDashRoles,
Key -> AudioNormalizationSettingsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"AudioNormalizationSettings"
(AudioNormalizationSettingsProperty -> (Key, Value))
-> Maybe AudioNormalizationSettingsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe AudioNormalizationSettingsProperty
audioNormalizationSettings,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"AudioSelectorName" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
audioSelectorName,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"AudioType" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
audioType,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"AudioTypeControl" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
audioTypeControl,
Key -> AudioWatermarkSettingsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"AudioWatermarkingSettings"
(AudioWatermarkSettingsProperty -> (Key, Value))
-> Maybe AudioWatermarkSettingsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe AudioWatermarkSettingsProperty
audioWatermarkingSettings,
Key -> AudioCodecSettingsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"CodecSettings" (AudioCodecSettingsProperty -> (Key, Value))
-> Maybe AudioCodecSettingsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe AudioCodecSettingsProperty
codecSettings,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"DvbDashAccessibility" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
dvbDashAccessibility,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"LanguageCode" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
languageCode,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"LanguageCodeControl" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
languageCodeControl,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Name" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
name,
Key -> RemixSettingsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"RemixSettings" (RemixSettingsProperty -> (Key, Value))
-> Maybe RemixSettingsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe RemixSettingsProperty
remixSettings,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"StreamName" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
streamName])}
instance JSON.ToJSON AudioDescriptionProperty where
toJSON :: AudioDescriptionProperty -> Value
toJSON AudioDescriptionProperty {Maybe (ValueList Text)
Maybe (Value Text)
Maybe AudioNormalizationSettingsProperty
Maybe AudioWatermarkSettingsProperty
Maybe RemixSettingsProperty
Maybe AudioCodecSettingsProperty
()
haddock_workaround_ :: AudioDescriptionProperty -> ()
audioDashRoles :: AudioDescriptionProperty -> Maybe (ValueList Text)
audioNormalizationSettings :: AudioDescriptionProperty
-> Maybe AudioNormalizationSettingsProperty
audioSelectorName :: AudioDescriptionProperty -> Maybe (Value Text)
audioType :: AudioDescriptionProperty -> Maybe (Value Text)
audioTypeControl :: AudioDescriptionProperty -> Maybe (Value Text)
audioWatermarkingSettings :: AudioDescriptionProperty -> Maybe AudioWatermarkSettingsProperty
codecSettings :: AudioDescriptionProperty -> Maybe AudioCodecSettingsProperty
dvbDashAccessibility :: AudioDescriptionProperty -> Maybe (Value Text)
languageCode :: AudioDescriptionProperty -> Maybe (Value Text)
languageCodeControl :: AudioDescriptionProperty -> Maybe (Value Text)
name :: AudioDescriptionProperty -> Maybe (Value Text)
remixSettings :: AudioDescriptionProperty -> Maybe RemixSettingsProperty
streamName :: AudioDescriptionProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
audioDashRoles :: Maybe (ValueList Text)
audioNormalizationSettings :: Maybe AudioNormalizationSettingsProperty
audioSelectorName :: Maybe (Value Text)
audioType :: Maybe (Value Text)
audioTypeControl :: Maybe (Value Text)
audioWatermarkingSettings :: Maybe AudioWatermarkSettingsProperty
codecSettings :: Maybe AudioCodecSettingsProperty
dvbDashAccessibility :: Maybe (Value Text)
languageCode :: Maybe (Value Text)
languageCodeControl :: Maybe (Value Text)
name :: Maybe (Value Text)
remixSettings :: Maybe RemixSettingsProperty
streamName :: Maybe (Value Text)
..}
= [(Key, Value)] -> Value
JSON.object
([Item [(Key, Value)]] -> [(Key, Value)]
forall l. IsList l => [Item l] -> l
Prelude.fromList
([Maybe (Key, Value)] -> [(Key, Value)]
forall a. [Maybe a] -> [a]
Prelude.catMaybes
[Key -> ValueList Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"AudioDashRoles" (ValueList Text -> (Key, Value))
-> Maybe (ValueList Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (ValueList Text)
audioDashRoles,
Key -> AudioNormalizationSettingsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"AudioNormalizationSettings"
(AudioNormalizationSettingsProperty -> (Key, Value))
-> Maybe AudioNormalizationSettingsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe AudioNormalizationSettingsProperty
audioNormalizationSettings,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"AudioSelectorName" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
audioSelectorName,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"AudioType" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
audioType,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"AudioTypeControl" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
audioTypeControl,
Key -> AudioWatermarkSettingsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"AudioWatermarkingSettings"
(AudioWatermarkSettingsProperty -> (Key, Value))
-> Maybe AudioWatermarkSettingsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe AudioWatermarkSettingsProperty
audioWatermarkingSettings,
Key -> AudioCodecSettingsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"CodecSettings" (AudioCodecSettingsProperty -> (Key, Value))
-> Maybe AudioCodecSettingsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe AudioCodecSettingsProperty
codecSettings,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"DvbDashAccessibility" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
dvbDashAccessibility,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"LanguageCode" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
languageCode,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"LanguageCodeControl" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
languageCodeControl,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"Name" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
name,
Key -> RemixSettingsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"RemixSettings" (RemixSettingsProperty -> (Key, Value))
-> Maybe RemixSettingsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe RemixSettingsProperty
remixSettings,
Key -> Value Text -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"StreamName" (Value Text -> (Key, Value))
-> Maybe (Value Text) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Text)
streamName]))
instance Property "AudioDashRoles" AudioDescriptionProperty where
type PropertyType "AudioDashRoles" AudioDescriptionProperty = ValueList Prelude.Text
set :: PropertyType "AudioDashRoles" AudioDescriptionProperty
-> AudioDescriptionProperty -> AudioDescriptionProperty
set PropertyType "AudioDashRoles" AudioDescriptionProperty
newValue AudioDescriptionProperty {Maybe (ValueList Text)
Maybe (Value Text)
Maybe AudioNormalizationSettingsProperty
Maybe AudioWatermarkSettingsProperty
Maybe RemixSettingsProperty
Maybe AudioCodecSettingsProperty
()
haddock_workaround_ :: AudioDescriptionProperty -> ()
audioDashRoles :: AudioDescriptionProperty -> Maybe (ValueList Text)
audioNormalizationSettings :: AudioDescriptionProperty
-> Maybe AudioNormalizationSettingsProperty
audioSelectorName :: AudioDescriptionProperty -> Maybe (Value Text)
audioType :: AudioDescriptionProperty -> Maybe (Value Text)
audioTypeControl :: AudioDescriptionProperty -> Maybe (Value Text)
audioWatermarkingSettings :: AudioDescriptionProperty -> Maybe AudioWatermarkSettingsProperty
codecSettings :: AudioDescriptionProperty -> Maybe AudioCodecSettingsProperty
dvbDashAccessibility :: AudioDescriptionProperty -> Maybe (Value Text)
languageCode :: AudioDescriptionProperty -> Maybe (Value Text)
languageCodeControl :: AudioDescriptionProperty -> Maybe (Value Text)
name :: AudioDescriptionProperty -> Maybe (Value Text)
remixSettings :: AudioDescriptionProperty -> Maybe RemixSettingsProperty
streamName :: AudioDescriptionProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
audioDashRoles :: Maybe (ValueList Text)
audioNormalizationSettings :: Maybe AudioNormalizationSettingsProperty
audioSelectorName :: Maybe (Value Text)
audioType :: Maybe (Value Text)
audioTypeControl :: Maybe (Value Text)
audioWatermarkingSettings :: Maybe AudioWatermarkSettingsProperty
codecSettings :: Maybe AudioCodecSettingsProperty
dvbDashAccessibility :: Maybe (Value Text)
languageCode :: Maybe (Value Text)
languageCodeControl :: Maybe (Value Text)
name :: Maybe (Value Text)
remixSettings :: Maybe RemixSettingsProperty
streamName :: Maybe (Value Text)
..}
= AudioDescriptionProperty
{audioDashRoles :: Maybe (ValueList Text)
audioDashRoles = ValueList Text -> Maybe (ValueList Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "AudioDashRoles" AudioDescriptionProperty
ValueList Text
newValue, Maybe (Value Text)
Maybe AudioNormalizationSettingsProperty
Maybe AudioWatermarkSettingsProperty
Maybe RemixSettingsProperty
Maybe AudioCodecSettingsProperty
()
haddock_workaround_ :: ()
audioNormalizationSettings :: Maybe AudioNormalizationSettingsProperty
audioSelectorName :: Maybe (Value Text)
audioType :: Maybe (Value Text)
audioTypeControl :: Maybe (Value Text)
audioWatermarkingSettings :: Maybe AudioWatermarkSettingsProperty
codecSettings :: Maybe AudioCodecSettingsProperty
dvbDashAccessibility :: Maybe (Value Text)
languageCode :: Maybe (Value Text)
languageCodeControl :: Maybe (Value Text)
name :: Maybe (Value Text)
remixSettings :: Maybe RemixSettingsProperty
streamName :: Maybe (Value Text)
haddock_workaround_ :: ()
audioNormalizationSettings :: Maybe AudioNormalizationSettingsProperty
audioSelectorName :: Maybe (Value Text)
audioType :: Maybe (Value Text)
audioTypeControl :: Maybe (Value Text)
audioWatermarkingSettings :: Maybe AudioWatermarkSettingsProperty
codecSettings :: Maybe AudioCodecSettingsProperty
dvbDashAccessibility :: Maybe (Value Text)
languageCode :: Maybe (Value Text)
languageCodeControl :: Maybe (Value Text)
name :: Maybe (Value Text)
remixSettings :: Maybe RemixSettingsProperty
streamName :: Maybe (Value Text)
..}
instance Property "AudioNormalizationSettings" AudioDescriptionProperty where
type PropertyType "AudioNormalizationSettings" AudioDescriptionProperty = AudioNormalizationSettingsProperty
set :: PropertyType "AudioNormalizationSettings" AudioDescriptionProperty
-> AudioDescriptionProperty -> AudioDescriptionProperty
set PropertyType "AudioNormalizationSettings" AudioDescriptionProperty
newValue AudioDescriptionProperty {Maybe (ValueList Text)
Maybe (Value Text)
Maybe AudioNormalizationSettingsProperty
Maybe AudioWatermarkSettingsProperty
Maybe RemixSettingsProperty
Maybe AudioCodecSettingsProperty
()
haddock_workaround_ :: AudioDescriptionProperty -> ()
audioDashRoles :: AudioDescriptionProperty -> Maybe (ValueList Text)
audioNormalizationSettings :: AudioDescriptionProperty
-> Maybe AudioNormalizationSettingsProperty
audioSelectorName :: AudioDescriptionProperty -> Maybe (Value Text)
audioType :: AudioDescriptionProperty -> Maybe (Value Text)
audioTypeControl :: AudioDescriptionProperty -> Maybe (Value Text)
audioWatermarkingSettings :: AudioDescriptionProperty -> Maybe AudioWatermarkSettingsProperty
codecSettings :: AudioDescriptionProperty -> Maybe AudioCodecSettingsProperty
dvbDashAccessibility :: AudioDescriptionProperty -> Maybe (Value Text)
languageCode :: AudioDescriptionProperty -> Maybe (Value Text)
languageCodeControl :: AudioDescriptionProperty -> Maybe (Value Text)
name :: AudioDescriptionProperty -> Maybe (Value Text)
remixSettings :: AudioDescriptionProperty -> Maybe RemixSettingsProperty
streamName :: AudioDescriptionProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
audioDashRoles :: Maybe (ValueList Text)
audioNormalizationSettings :: Maybe AudioNormalizationSettingsProperty
audioSelectorName :: Maybe (Value Text)
audioType :: Maybe (Value Text)
audioTypeControl :: Maybe (Value Text)
audioWatermarkingSettings :: Maybe AudioWatermarkSettingsProperty
codecSettings :: Maybe AudioCodecSettingsProperty
dvbDashAccessibility :: Maybe (Value Text)
languageCode :: Maybe (Value Text)
languageCodeControl :: Maybe (Value Text)
name :: Maybe (Value Text)
remixSettings :: Maybe RemixSettingsProperty
streamName :: Maybe (Value Text)
..}
= AudioDescriptionProperty
{audioNormalizationSettings :: Maybe AudioNormalizationSettingsProperty
audioNormalizationSettings = AudioNormalizationSettingsProperty
-> Maybe AudioNormalizationSettingsProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "AudioNormalizationSettings" AudioDescriptionProperty
AudioNormalizationSettingsProperty
newValue, Maybe (ValueList Text)
Maybe (Value Text)
Maybe AudioWatermarkSettingsProperty
Maybe RemixSettingsProperty
Maybe AudioCodecSettingsProperty
()
haddock_workaround_ :: ()
audioDashRoles :: Maybe (ValueList Text)
audioSelectorName :: Maybe (Value Text)
audioType :: Maybe (Value Text)
audioTypeControl :: Maybe (Value Text)
audioWatermarkingSettings :: Maybe AudioWatermarkSettingsProperty
codecSettings :: Maybe AudioCodecSettingsProperty
dvbDashAccessibility :: Maybe (Value Text)
languageCode :: Maybe (Value Text)
languageCodeControl :: Maybe (Value Text)
name :: Maybe (Value Text)
remixSettings :: Maybe RemixSettingsProperty
streamName :: Maybe (Value Text)
haddock_workaround_ :: ()
audioDashRoles :: Maybe (ValueList Text)
audioSelectorName :: Maybe (Value Text)
audioType :: Maybe (Value Text)
audioTypeControl :: Maybe (Value Text)
audioWatermarkingSettings :: Maybe AudioWatermarkSettingsProperty
codecSettings :: Maybe AudioCodecSettingsProperty
dvbDashAccessibility :: Maybe (Value Text)
languageCode :: Maybe (Value Text)
languageCodeControl :: Maybe (Value Text)
name :: Maybe (Value Text)
remixSettings :: Maybe RemixSettingsProperty
streamName :: Maybe (Value Text)
..}
instance Property "AudioSelectorName" AudioDescriptionProperty where
type PropertyType "AudioSelectorName" AudioDescriptionProperty = Value Prelude.Text
set :: PropertyType "AudioSelectorName" AudioDescriptionProperty
-> AudioDescriptionProperty -> AudioDescriptionProperty
set PropertyType "AudioSelectorName" AudioDescriptionProperty
newValue AudioDescriptionProperty {Maybe (ValueList Text)
Maybe (Value Text)
Maybe AudioNormalizationSettingsProperty
Maybe AudioWatermarkSettingsProperty
Maybe RemixSettingsProperty
Maybe AudioCodecSettingsProperty
()
haddock_workaround_ :: AudioDescriptionProperty -> ()
audioDashRoles :: AudioDescriptionProperty -> Maybe (ValueList Text)
audioNormalizationSettings :: AudioDescriptionProperty
-> Maybe AudioNormalizationSettingsProperty
audioSelectorName :: AudioDescriptionProperty -> Maybe (Value Text)
audioType :: AudioDescriptionProperty -> Maybe (Value Text)
audioTypeControl :: AudioDescriptionProperty -> Maybe (Value Text)
audioWatermarkingSettings :: AudioDescriptionProperty -> Maybe AudioWatermarkSettingsProperty
codecSettings :: AudioDescriptionProperty -> Maybe AudioCodecSettingsProperty
dvbDashAccessibility :: AudioDescriptionProperty -> Maybe (Value Text)
languageCode :: AudioDescriptionProperty -> Maybe (Value Text)
languageCodeControl :: AudioDescriptionProperty -> Maybe (Value Text)
name :: AudioDescriptionProperty -> Maybe (Value Text)
remixSettings :: AudioDescriptionProperty -> Maybe RemixSettingsProperty
streamName :: AudioDescriptionProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
audioDashRoles :: Maybe (ValueList Text)
audioNormalizationSettings :: Maybe AudioNormalizationSettingsProperty
audioSelectorName :: Maybe (Value Text)
audioType :: Maybe (Value Text)
audioTypeControl :: Maybe (Value Text)
audioWatermarkingSettings :: Maybe AudioWatermarkSettingsProperty
codecSettings :: Maybe AudioCodecSettingsProperty
dvbDashAccessibility :: Maybe (Value Text)
languageCode :: Maybe (Value Text)
languageCodeControl :: Maybe (Value Text)
name :: Maybe (Value Text)
remixSettings :: Maybe RemixSettingsProperty
streamName :: Maybe (Value Text)
..}
= AudioDescriptionProperty
{audioSelectorName :: Maybe (Value Text)
audioSelectorName = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "AudioSelectorName" AudioDescriptionProperty
Value Text
newValue, Maybe (ValueList Text)
Maybe (Value Text)
Maybe AudioNormalizationSettingsProperty
Maybe AudioWatermarkSettingsProperty
Maybe RemixSettingsProperty
Maybe AudioCodecSettingsProperty
()
haddock_workaround_ :: ()
audioDashRoles :: Maybe (ValueList Text)
audioNormalizationSettings :: Maybe AudioNormalizationSettingsProperty
audioType :: Maybe (Value Text)
audioTypeControl :: Maybe (Value Text)
audioWatermarkingSettings :: Maybe AudioWatermarkSettingsProperty
codecSettings :: Maybe AudioCodecSettingsProperty
dvbDashAccessibility :: Maybe (Value Text)
languageCode :: Maybe (Value Text)
languageCodeControl :: Maybe (Value Text)
name :: Maybe (Value Text)
remixSettings :: Maybe RemixSettingsProperty
streamName :: Maybe (Value Text)
haddock_workaround_ :: ()
audioDashRoles :: Maybe (ValueList Text)
audioNormalizationSettings :: Maybe AudioNormalizationSettingsProperty
audioType :: Maybe (Value Text)
audioTypeControl :: Maybe (Value Text)
audioWatermarkingSettings :: Maybe AudioWatermarkSettingsProperty
codecSettings :: Maybe AudioCodecSettingsProperty
dvbDashAccessibility :: Maybe (Value Text)
languageCode :: Maybe (Value Text)
languageCodeControl :: Maybe (Value Text)
name :: Maybe (Value Text)
remixSettings :: Maybe RemixSettingsProperty
streamName :: Maybe (Value Text)
..}
instance Property "AudioType" AudioDescriptionProperty where
type PropertyType "AudioType" AudioDescriptionProperty = Value Prelude.Text
set :: PropertyType "AudioType" AudioDescriptionProperty
-> AudioDescriptionProperty -> AudioDescriptionProperty
set PropertyType "AudioType" AudioDescriptionProperty
newValue AudioDescriptionProperty {Maybe (ValueList Text)
Maybe (Value Text)
Maybe AudioNormalizationSettingsProperty
Maybe AudioWatermarkSettingsProperty
Maybe RemixSettingsProperty
Maybe AudioCodecSettingsProperty
()
haddock_workaround_ :: AudioDescriptionProperty -> ()
audioDashRoles :: AudioDescriptionProperty -> Maybe (ValueList Text)
audioNormalizationSettings :: AudioDescriptionProperty
-> Maybe AudioNormalizationSettingsProperty
audioSelectorName :: AudioDescriptionProperty -> Maybe (Value Text)
audioType :: AudioDescriptionProperty -> Maybe (Value Text)
audioTypeControl :: AudioDescriptionProperty -> Maybe (Value Text)
audioWatermarkingSettings :: AudioDescriptionProperty -> Maybe AudioWatermarkSettingsProperty
codecSettings :: AudioDescriptionProperty -> Maybe AudioCodecSettingsProperty
dvbDashAccessibility :: AudioDescriptionProperty -> Maybe (Value Text)
languageCode :: AudioDescriptionProperty -> Maybe (Value Text)
languageCodeControl :: AudioDescriptionProperty -> Maybe (Value Text)
name :: AudioDescriptionProperty -> Maybe (Value Text)
remixSettings :: AudioDescriptionProperty -> Maybe RemixSettingsProperty
streamName :: AudioDescriptionProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
audioDashRoles :: Maybe (ValueList Text)
audioNormalizationSettings :: Maybe AudioNormalizationSettingsProperty
audioSelectorName :: Maybe (Value Text)
audioType :: Maybe (Value Text)
audioTypeControl :: Maybe (Value Text)
audioWatermarkingSettings :: Maybe AudioWatermarkSettingsProperty
codecSettings :: Maybe AudioCodecSettingsProperty
dvbDashAccessibility :: Maybe (Value Text)
languageCode :: Maybe (Value Text)
languageCodeControl :: Maybe (Value Text)
name :: Maybe (Value Text)
remixSettings :: Maybe RemixSettingsProperty
streamName :: Maybe (Value Text)
..}
= AudioDescriptionProperty {audioType :: Maybe (Value Text)
audioType = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "AudioType" AudioDescriptionProperty
Value Text
newValue, Maybe (ValueList Text)
Maybe (Value Text)
Maybe AudioNormalizationSettingsProperty
Maybe AudioWatermarkSettingsProperty
Maybe RemixSettingsProperty
Maybe AudioCodecSettingsProperty
()
haddock_workaround_ :: ()
audioDashRoles :: Maybe (ValueList Text)
audioNormalizationSettings :: Maybe AudioNormalizationSettingsProperty
audioSelectorName :: Maybe (Value Text)
audioTypeControl :: Maybe (Value Text)
audioWatermarkingSettings :: Maybe AudioWatermarkSettingsProperty
codecSettings :: Maybe AudioCodecSettingsProperty
dvbDashAccessibility :: Maybe (Value Text)
languageCode :: Maybe (Value Text)
languageCodeControl :: Maybe (Value Text)
name :: Maybe (Value Text)
remixSettings :: Maybe RemixSettingsProperty
streamName :: Maybe (Value Text)
haddock_workaround_ :: ()
audioDashRoles :: Maybe (ValueList Text)
audioNormalizationSettings :: Maybe AudioNormalizationSettingsProperty
audioSelectorName :: Maybe (Value Text)
audioTypeControl :: Maybe (Value Text)
audioWatermarkingSettings :: Maybe AudioWatermarkSettingsProperty
codecSettings :: Maybe AudioCodecSettingsProperty
dvbDashAccessibility :: Maybe (Value Text)
languageCode :: Maybe (Value Text)
languageCodeControl :: Maybe (Value Text)
name :: Maybe (Value Text)
remixSettings :: Maybe RemixSettingsProperty
streamName :: Maybe (Value Text)
..}
instance Property "AudioTypeControl" AudioDescriptionProperty where
type PropertyType "AudioTypeControl" AudioDescriptionProperty = Value Prelude.Text
set :: PropertyType "AudioTypeControl" AudioDescriptionProperty
-> AudioDescriptionProperty -> AudioDescriptionProperty
set PropertyType "AudioTypeControl" AudioDescriptionProperty
newValue AudioDescriptionProperty {Maybe (ValueList Text)
Maybe (Value Text)
Maybe AudioNormalizationSettingsProperty
Maybe AudioWatermarkSettingsProperty
Maybe RemixSettingsProperty
Maybe AudioCodecSettingsProperty
()
haddock_workaround_ :: AudioDescriptionProperty -> ()
audioDashRoles :: AudioDescriptionProperty -> Maybe (ValueList Text)
audioNormalizationSettings :: AudioDescriptionProperty
-> Maybe AudioNormalizationSettingsProperty
audioSelectorName :: AudioDescriptionProperty -> Maybe (Value Text)
audioType :: AudioDescriptionProperty -> Maybe (Value Text)
audioTypeControl :: AudioDescriptionProperty -> Maybe (Value Text)
audioWatermarkingSettings :: AudioDescriptionProperty -> Maybe AudioWatermarkSettingsProperty
codecSettings :: AudioDescriptionProperty -> Maybe AudioCodecSettingsProperty
dvbDashAccessibility :: AudioDescriptionProperty -> Maybe (Value Text)
languageCode :: AudioDescriptionProperty -> Maybe (Value Text)
languageCodeControl :: AudioDescriptionProperty -> Maybe (Value Text)
name :: AudioDescriptionProperty -> Maybe (Value Text)
remixSettings :: AudioDescriptionProperty -> Maybe RemixSettingsProperty
streamName :: AudioDescriptionProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
audioDashRoles :: Maybe (ValueList Text)
audioNormalizationSettings :: Maybe AudioNormalizationSettingsProperty
audioSelectorName :: Maybe (Value Text)
audioType :: Maybe (Value Text)
audioTypeControl :: Maybe (Value Text)
audioWatermarkingSettings :: Maybe AudioWatermarkSettingsProperty
codecSettings :: Maybe AudioCodecSettingsProperty
dvbDashAccessibility :: Maybe (Value Text)
languageCode :: Maybe (Value Text)
languageCodeControl :: Maybe (Value Text)
name :: Maybe (Value Text)
remixSettings :: Maybe RemixSettingsProperty
streamName :: Maybe (Value Text)
..}
= AudioDescriptionProperty
{audioTypeControl :: Maybe (Value Text)
audioTypeControl = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "AudioTypeControl" AudioDescriptionProperty
Value Text
newValue, Maybe (ValueList Text)
Maybe (Value Text)
Maybe AudioNormalizationSettingsProperty
Maybe AudioWatermarkSettingsProperty
Maybe RemixSettingsProperty
Maybe AudioCodecSettingsProperty
()
haddock_workaround_ :: ()
audioDashRoles :: Maybe (ValueList Text)
audioNormalizationSettings :: Maybe AudioNormalizationSettingsProperty
audioSelectorName :: Maybe (Value Text)
audioType :: Maybe (Value Text)
audioWatermarkingSettings :: Maybe AudioWatermarkSettingsProperty
codecSettings :: Maybe AudioCodecSettingsProperty
dvbDashAccessibility :: Maybe (Value Text)
languageCode :: Maybe (Value Text)
languageCodeControl :: Maybe (Value Text)
name :: Maybe (Value Text)
remixSettings :: Maybe RemixSettingsProperty
streamName :: Maybe (Value Text)
haddock_workaround_ :: ()
audioDashRoles :: Maybe (ValueList Text)
audioNormalizationSettings :: Maybe AudioNormalizationSettingsProperty
audioSelectorName :: Maybe (Value Text)
audioType :: Maybe (Value Text)
audioWatermarkingSettings :: Maybe AudioWatermarkSettingsProperty
codecSettings :: Maybe AudioCodecSettingsProperty
dvbDashAccessibility :: Maybe (Value Text)
languageCode :: Maybe (Value Text)
languageCodeControl :: Maybe (Value Text)
name :: Maybe (Value Text)
remixSettings :: Maybe RemixSettingsProperty
streamName :: Maybe (Value Text)
..}
instance Property "AudioWatermarkingSettings" AudioDescriptionProperty where
type PropertyType "AudioWatermarkingSettings" AudioDescriptionProperty = AudioWatermarkSettingsProperty
set :: PropertyType "AudioWatermarkingSettings" AudioDescriptionProperty
-> AudioDescriptionProperty -> AudioDescriptionProperty
set PropertyType "AudioWatermarkingSettings" AudioDescriptionProperty
newValue AudioDescriptionProperty {Maybe (ValueList Text)
Maybe (Value Text)
Maybe AudioNormalizationSettingsProperty
Maybe AudioWatermarkSettingsProperty
Maybe RemixSettingsProperty
Maybe AudioCodecSettingsProperty
()
haddock_workaround_ :: AudioDescriptionProperty -> ()
audioDashRoles :: AudioDescriptionProperty -> Maybe (ValueList Text)
audioNormalizationSettings :: AudioDescriptionProperty
-> Maybe AudioNormalizationSettingsProperty
audioSelectorName :: AudioDescriptionProperty -> Maybe (Value Text)
audioType :: AudioDescriptionProperty -> Maybe (Value Text)
audioTypeControl :: AudioDescriptionProperty -> Maybe (Value Text)
audioWatermarkingSettings :: AudioDescriptionProperty -> Maybe AudioWatermarkSettingsProperty
codecSettings :: AudioDescriptionProperty -> Maybe AudioCodecSettingsProperty
dvbDashAccessibility :: AudioDescriptionProperty -> Maybe (Value Text)
languageCode :: AudioDescriptionProperty -> Maybe (Value Text)
languageCodeControl :: AudioDescriptionProperty -> Maybe (Value Text)
name :: AudioDescriptionProperty -> Maybe (Value Text)
remixSettings :: AudioDescriptionProperty -> Maybe RemixSettingsProperty
streamName :: AudioDescriptionProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
audioDashRoles :: Maybe (ValueList Text)
audioNormalizationSettings :: Maybe AudioNormalizationSettingsProperty
audioSelectorName :: Maybe (Value Text)
audioType :: Maybe (Value Text)
audioTypeControl :: Maybe (Value Text)
audioWatermarkingSettings :: Maybe AudioWatermarkSettingsProperty
codecSettings :: Maybe AudioCodecSettingsProperty
dvbDashAccessibility :: Maybe (Value Text)
languageCode :: Maybe (Value Text)
languageCodeControl :: Maybe (Value Text)
name :: Maybe (Value Text)
remixSettings :: Maybe RemixSettingsProperty
streamName :: Maybe (Value Text)
..}
= AudioDescriptionProperty
{audioWatermarkingSettings :: Maybe AudioWatermarkSettingsProperty
audioWatermarkingSettings = AudioWatermarkSettingsProperty
-> Maybe AudioWatermarkSettingsProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "AudioWatermarkingSettings" AudioDescriptionProperty
AudioWatermarkSettingsProperty
newValue, Maybe (ValueList Text)
Maybe (Value Text)
Maybe AudioNormalizationSettingsProperty
Maybe RemixSettingsProperty
Maybe AudioCodecSettingsProperty
()
haddock_workaround_ :: ()
audioDashRoles :: Maybe (ValueList Text)
audioNormalizationSettings :: Maybe AudioNormalizationSettingsProperty
audioSelectorName :: Maybe (Value Text)
audioType :: Maybe (Value Text)
audioTypeControl :: Maybe (Value Text)
codecSettings :: Maybe AudioCodecSettingsProperty
dvbDashAccessibility :: Maybe (Value Text)
languageCode :: Maybe (Value Text)
languageCodeControl :: Maybe (Value Text)
name :: Maybe (Value Text)
remixSettings :: Maybe RemixSettingsProperty
streamName :: Maybe (Value Text)
haddock_workaround_ :: ()
audioDashRoles :: Maybe (ValueList Text)
audioNormalizationSettings :: Maybe AudioNormalizationSettingsProperty
audioSelectorName :: Maybe (Value Text)
audioType :: Maybe (Value Text)
audioTypeControl :: Maybe (Value Text)
codecSettings :: Maybe AudioCodecSettingsProperty
dvbDashAccessibility :: Maybe (Value Text)
languageCode :: Maybe (Value Text)
languageCodeControl :: Maybe (Value Text)
name :: Maybe (Value Text)
remixSettings :: Maybe RemixSettingsProperty
streamName :: Maybe (Value Text)
..}
instance Property "CodecSettings" AudioDescriptionProperty where
type PropertyType "CodecSettings" AudioDescriptionProperty = AudioCodecSettingsProperty
set :: PropertyType "CodecSettings" AudioDescriptionProperty
-> AudioDescriptionProperty -> AudioDescriptionProperty
set PropertyType "CodecSettings" AudioDescriptionProperty
newValue AudioDescriptionProperty {Maybe (ValueList Text)
Maybe (Value Text)
Maybe AudioNormalizationSettingsProperty
Maybe AudioWatermarkSettingsProperty
Maybe RemixSettingsProperty
Maybe AudioCodecSettingsProperty
()
haddock_workaround_ :: AudioDescriptionProperty -> ()
audioDashRoles :: AudioDescriptionProperty -> Maybe (ValueList Text)
audioNormalizationSettings :: AudioDescriptionProperty
-> Maybe AudioNormalizationSettingsProperty
audioSelectorName :: AudioDescriptionProperty -> Maybe (Value Text)
audioType :: AudioDescriptionProperty -> Maybe (Value Text)
audioTypeControl :: AudioDescriptionProperty -> Maybe (Value Text)
audioWatermarkingSettings :: AudioDescriptionProperty -> Maybe AudioWatermarkSettingsProperty
codecSettings :: AudioDescriptionProperty -> Maybe AudioCodecSettingsProperty
dvbDashAccessibility :: AudioDescriptionProperty -> Maybe (Value Text)
languageCode :: AudioDescriptionProperty -> Maybe (Value Text)
languageCodeControl :: AudioDescriptionProperty -> Maybe (Value Text)
name :: AudioDescriptionProperty -> Maybe (Value Text)
remixSettings :: AudioDescriptionProperty -> Maybe RemixSettingsProperty
streamName :: AudioDescriptionProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
audioDashRoles :: Maybe (ValueList Text)
audioNormalizationSettings :: Maybe AudioNormalizationSettingsProperty
audioSelectorName :: Maybe (Value Text)
audioType :: Maybe (Value Text)
audioTypeControl :: Maybe (Value Text)
audioWatermarkingSettings :: Maybe AudioWatermarkSettingsProperty
codecSettings :: Maybe AudioCodecSettingsProperty
dvbDashAccessibility :: Maybe (Value Text)
languageCode :: Maybe (Value Text)
languageCodeControl :: Maybe (Value Text)
name :: Maybe (Value Text)
remixSettings :: Maybe RemixSettingsProperty
streamName :: Maybe (Value Text)
..}
= AudioDescriptionProperty
{codecSettings :: Maybe AudioCodecSettingsProperty
codecSettings = AudioCodecSettingsProperty -> Maybe AudioCodecSettingsProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "CodecSettings" AudioDescriptionProperty
AudioCodecSettingsProperty
newValue, Maybe (ValueList Text)
Maybe (Value Text)
Maybe AudioNormalizationSettingsProperty
Maybe AudioWatermarkSettingsProperty
Maybe RemixSettingsProperty
()
haddock_workaround_ :: ()
audioDashRoles :: Maybe (ValueList Text)
audioNormalizationSettings :: Maybe AudioNormalizationSettingsProperty
audioSelectorName :: Maybe (Value Text)
audioType :: Maybe (Value Text)
audioTypeControl :: Maybe (Value Text)
audioWatermarkingSettings :: Maybe AudioWatermarkSettingsProperty
dvbDashAccessibility :: Maybe (Value Text)
languageCode :: Maybe (Value Text)
languageCodeControl :: Maybe (Value Text)
name :: Maybe (Value Text)
remixSettings :: Maybe RemixSettingsProperty
streamName :: Maybe (Value Text)
haddock_workaround_ :: ()
audioDashRoles :: Maybe (ValueList Text)
audioNormalizationSettings :: Maybe AudioNormalizationSettingsProperty
audioSelectorName :: Maybe (Value Text)
audioType :: Maybe (Value Text)
audioTypeControl :: Maybe (Value Text)
audioWatermarkingSettings :: Maybe AudioWatermarkSettingsProperty
dvbDashAccessibility :: Maybe (Value Text)
languageCode :: Maybe (Value Text)
languageCodeControl :: Maybe (Value Text)
name :: Maybe (Value Text)
remixSettings :: Maybe RemixSettingsProperty
streamName :: Maybe (Value Text)
..}
instance Property "DvbDashAccessibility" AudioDescriptionProperty where
type PropertyType "DvbDashAccessibility" AudioDescriptionProperty = Value Prelude.Text
set :: PropertyType "DvbDashAccessibility" AudioDescriptionProperty
-> AudioDescriptionProperty -> AudioDescriptionProperty
set PropertyType "DvbDashAccessibility" AudioDescriptionProperty
newValue AudioDescriptionProperty {Maybe (ValueList Text)
Maybe (Value Text)
Maybe AudioNormalizationSettingsProperty
Maybe AudioWatermarkSettingsProperty
Maybe RemixSettingsProperty
Maybe AudioCodecSettingsProperty
()
haddock_workaround_ :: AudioDescriptionProperty -> ()
audioDashRoles :: AudioDescriptionProperty -> Maybe (ValueList Text)
audioNormalizationSettings :: AudioDescriptionProperty
-> Maybe AudioNormalizationSettingsProperty
audioSelectorName :: AudioDescriptionProperty -> Maybe (Value Text)
audioType :: AudioDescriptionProperty -> Maybe (Value Text)
audioTypeControl :: AudioDescriptionProperty -> Maybe (Value Text)
audioWatermarkingSettings :: AudioDescriptionProperty -> Maybe AudioWatermarkSettingsProperty
codecSettings :: AudioDescriptionProperty -> Maybe AudioCodecSettingsProperty
dvbDashAccessibility :: AudioDescriptionProperty -> Maybe (Value Text)
languageCode :: AudioDescriptionProperty -> Maybe (Value Text)
languageCodeControl :: AudioDescriptionProperty -> Maybe (Value Text)
name :: AudioDescriptionProperty -> Maybe (Value Text)
remixSettings :: AudioDescriptionProperty -> Maybe RemixSettingsProperty
streamName :: AudioDescriptionProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
audioDashRoles :: Maybe (ValueList Text)
audioNormalizationSettings :: Maybe AudioNormalizationSettingsProperty
audioSelectorName :: Maybe (Value Text)
audioType :: Maybe (Value Text)
audioTypeControl :: Maybe (Value Text)
audioWatermarkingSettings :: Maybe AudioWatermarkSettingsProperty
codecSettings :: Maybe AudioCodecSettingsProperty
dvbDashAccessibility :: Maybe (Value Text)
languageCode :: Maybe (Value Text)
languageCodeControl :: Maybe (Value Text)
name :: Maybe (Value Text)
remixSettings :: Maybe RemixSettingsProperty
streamName :: Maybe (Value Text)
..}
= AudioDescriptionProperty
{dvbDashAccessibility :: Maybe (Value Text)
dvbDashAccessibility = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "DvbDashAccessibility" AudioDescriptionProperty
Value Text
newValue, Maybe (ValueList Text)
Maybe (Value Text)
Maybe AudioNormalizationSettingsProperty
Maybe AudioWatermarkSettingsProperty
Maybe RemixSettingsProperty
Maybe AudioCodecSettingsProperty
()
haddock_workaround_ :: ()
audioDashRoles :: Maybe (ValueList Text)
audioNormalizationSettings :: Maybe AudioNormalizationSettingsProperty
audioSelectorName :: Maybe (Value Text)
audioType :: Maybe (Value Text)
audioTypeControl :: Maybe (Value Text)
audioWatermarkingSettings :: Maybe AudioWatermarkSettingsProperty
codecSettings :: Maybe AudioCodecSettingsProperty
languageCode :: Maybe (Value Text)
languageCodeControl :: Maybe (Value Text)
name :: Maybe (Value Text)
remixSettings :: Maybe RemixSettingsProperty
streamName :: Maybe (Value Text)
haddock_workaround_ :: ()
audioDashRoles :: Maybe (ValueList Text)
audioNormalizationSettings :: Maybe AudioNormalizationSettingsProperty
audioSelectorName :: Maybe (Value Text)
audioType :: Maybe (Value Text)
audioTypeControl :: Maybe (Value Text)
audioWatermarkingSettings :: Maybe AudioWatermarkSettingsProperty
codecSettings :: Maybe AudioCodecSettingsProperty
languageCode :: Maybe (Value Text)
languageCodeControl :: Maybe (Value Text)
name :: Maybe (Value Text)
remixSettings :: Maybe RemixSettingsProperty
streamName :: Maybe (Value Text)
..}
instance Property "LanguageCode" AudioDescriptionProperty where
type PropertyType "LanguageCode" AudioDescriptionProperty = Value Prelude.Text
set :: PropertyType "LanguageCode" AudioDescriptionProperty
-> AudioDescriptionProperty -> AudioDescriptionProperty
set PropertyType "LanguageCode" AudioDescriptionProperty
newValue AudioDescriptionProperty {Maybe (ValueList Text)
Maybe (Value Text)
Maybe AudioNormalizationSettingsProperty
Maybe AudioWatermarkSettingsProperty
Maybe RemixSettingsProperty
Maybe AudioCodecSettingsProperty
()
haddock_workaround_ :: AudioDescriptionProperty -> ()
audioDashRoles :: AudioDescriptionProperty -> Maybe (ValueList Text)
audioNormalizationSettings :: AudioDescriptionProperty
-> Maybe AudioNormalizationSettingsProperty
audioSelectorName :: AudioDescriptionProperty -> Maybe (Value Text)
audioType :: AudioDescriptionProperty -> Maybe (Value Text)
audioTypeControl :: AudioDescriptionProperty -> Maybe (Value Text)
audioWatermarkingSettings :: AudioDescriptionProperty -> Maybe AudioWatermarkSettingsProperty
codecSettings :: AudioDescriptionProperty -> Maybe AudioCodecSettingsProperty
dvbDashAccessibility :: AudioDescriptionProperty -> Maybe (Value Text)
languageCode :: AudioDescriptionProperty -> Maybe (Value Text)
languageCodeControl :: AudioDescriptionProperty -> Maybe (Value Text)
name :: AudioDescriptionProperty -> Maybe (Value Text)
remixSettings :: AudioDescriptionProperty -> Maybe RemixSettingsProperty
streamName :: AudioDescriptionProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
audioDashRoles :: Maybe (ValueList Text)
audioNormalizationSettings :: Maybe AudioNormalizationSettingsProperty
audioSelectorName :: Maybe (Value Text)
audioType :: Maybe (Value Text)
audioTypeControl :: Maybe (Value Text)
audioWatermarkingSettings :: Maybe AudioWatermarkSettingsProperty
codecSettings :: Maybe AudioCodecSettingsProperty
dvbDashAccessibility :: Maybe (Value Text)
languageCode :: Maybe (Value Text)
languageCodeControl :: Maybe (Value Text)
name :: Maybe (Value Text)
remixSettings :: Maybe RemixSettingsProperty
streamName :: Maybe (Value Text)
..}
= AudioDescriptionProperty
{languageCode :: Maybe (Value Text)
languageCode = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "LanguageCode" AudioDescriptionProperty
Value Text
newValue, Maybe (ValueList Text)
Maybe (Value Text)
Maybe AudioNormalizationSettingsProperty
Maybe AudioWatermarkSettingsProperty
Maybe RemixSettingsProperty
Maybe AudioCodecSettingsProperty
()
haddock_workaround_ :: ()
audioDashRoles :: Maybe (ValueList Text)
audioNormalizationSettings :: Maybe AudioNormalizationSettingsProperty
audioSelectorName :: Maybe (Value Text)
audioType :: Maybe (Value Text)
audioTypeControl :: Maybe (Value Text)
audioWatermarkingSettings :: Maybe AudioWatermarkSettingsProperty
codecSettings :: Maybe AudioCodecSettingsProperty
dvbDashAccessibility :: Maybe (Value Text)
languageCodeControl :: Maybe (Value Text)
name :: Maybe (Value Text)
remixSettings :: Maybe RemixSettingsProperty
streamName :: Maybe (Value Text)
haddock_workaround_ :: ()
audioDashRoles :: Maybe (ValueList Text)
audioNormalizationSettings :: Maybe AudioNormalizationSettingsProperty
audioSelectorName :: Maybe (Value Text)
audioType :: Maybe (Value Text)
audioTypeControl :: Maybe (Value Text)
audioWatermarkingSettings :: Maybe AudioWatermarkSettingsProperty
codecSettings :: Maybe AudioCodecSettingsProperty
dvbDashAccessibility :: Maybe (Value Text)
languageCodeControl :: Maybe (Value Text)
name :: Maybe (Value Text)
remixSettings :: Maybe RemixSettingsProperty
streamName :: Maybe (Value Text)
..}
instance Property "LanguageCodeControl" AudioDescriptionProperty where
type PropertyType "LanguageCodeControl" AudioDescriptionProperty = Value Prelude.Text
set :: PropertyType "LanguageCodeControl" AudioDescriptionProperty
-> AudioDescriptionProperty -> AudioDescriptionProperty
set PropertyType "LanguageCodeControl" AudioDescriptionProperty
newValue AudioDescriptionProperty {Maybe (ValueList Text)
Maybe (Value Text)
Maybe AudioNormalizationSettingsProperty
Maybe AudioWatermarkSettingsProperty
Maybe RemixSettingsProperty
Maybe AudioCodecSettingsProperty
()
haddock_workaround_ :: AudioDescriptionProperty -> ()
audioDashRoles :: AudioDescriptionProperty -> Maybe (ValueList Text)
audioNormalizationSettings :: AudioDescriptionProperty
-> Maybe AudioNormalizationSettingsProperty
audioSelectorName :: AudioDescriptionProperty -> Maybe (Value Text)
audioType :: AudioDescriptionProperty -> Maybe (Value Text)
audioTypeControl :: AudioDescriptionProperty -> Maybe (Value Text)
audioWatermarkingSettings :: AudioDescriptionProperty -> Maybe AudioWatermarkSettingsProperty
codecSettings :: AudioDescriptionProperty -> Maybe AudioCodecSettingsProperty
dvbDashAccessibility :: AudioDescriptionProperty -> Maybe (Value Text)
languageCode :: AudioDescriptionProperty -> Maybe (Value Text)
languageCodeControl :: AudioDescriptionProperty -> Maybe (Value Text)
name :: AudioDescriptionProperty -> Maybe (Value Text)
remixSettings :: AudioDescriptionProperty -> Maybe RemixSettingsProperty
streamName :: AudioDescriptionProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
audioDashRoles :: Maybe (ValueList Text)
audioNormalizationSettings :: Maybe AudioNormalizationSettingsProperty
audioSelectorName :: Maybe (Value Text)
audioType :: Maybe (Value Text)
audioTypeControl :: Maybe (Value Text)
audioWatermarkingSettings :: Maybe AudioWatermarkSettingsProperty
codecSettings :: Maybe AudioCodecSettingsProperty
dvbDashAccessibility :: Maybe (Value Text)
languageCode :: Maybe (Value Text)
languageCodeControl :: Maybe (Value Text)
name :: Maybe (Value Text)
remixSettings :: Maybe RemixSettingsProperty
streamName :: Maybe (Value Text)
..}
= AudioDescriptionProperty
{languageCodeControl :: Maybe (Value Text)
languageCodeControl = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "LanguageCodeControl" AudioDescriptionProperty
Value Text
newValue, Maybe (ValueList Text)
Maybe (Value Text)
Maybe AudioNormalizationSettingsProperty
Maybe AudioWatermarkSettingsProperty
Maybe RemixSettingsProperty
Maybe AudioCodecSettingsProperty
()
haddock_workaround_ :: ()
audioDashRoles :: Maybe (ValueList Text)
audioNormalizationSettings :: Maybe AudioNormalizationSettingsProperty
audioSelectorName :: Maybe (Value Text)
audioType :: Maybe (Value Text)
audioTypeControl :: Maybe (Value Text)
audioWatermarkingSettings :: Maybe AudioWatermarkSettingsProperty
codecSettings :: Maybe AudioCodecSettingsProperty
dvbDashAccessibility :: Maybe (Value Text)
languageCode :: Maybe (Value Text)
name :: Maybe (Value Text)
remixSettings :: Maybe RemixSettingsProperty
streamName :: Maybe (Value Text)
haddock_workaround_ :: ()
audioDashRoles :: Maybe (ValueList Text)
audioNormalizationSettings :: Maybe AudioNormalizationSettingsProperty
audioSelectorName :: Maybe (Value Text)
audioType :: Maybe (Value Text)
audioTypeControl :: Maybe (Value Text)
audioWatermarkingSettings :: Maybe AudioWatermarkSettingsProperty
codecSettings :: Maybe AudioCodecSettingsProperty
dvbDashAccessibility :: Maybe (Value Text)
languageCode :: Maybe (Value Text)
name :: Maybe (Value Text)
remixSettings :: Maybe RemixSettingsProperty
streamName :: Maybe (Value Text)
..}
instance Property "Name" AudioDescriptionProperty where
type PropertyType "Name" AudioDescriptionProperty = Value Prelude.Text
set :: PropertyType "Name" AudioDescriptionProperty
-> AudioDescriptionProperty -> AudioDescriptionProperty
set PropertyType "Name" AudioDescriptionProperty
newValue AudioDescriptionProperty {Maybe (ValueList Text)
Maybe (Value Text)
Maybe AudioNormalizationSettingsProperty
Maybe AudioWatermarkSettingsProperty
Maybe RemixSettingsProperty
Maybe AudioCodecSettingsProperty
()
haddock_workaround_ :: AudioDescriptionProperty -> ()
audioDashRoles :: AudioDescriptionProperty -> Maybe (ValueList Text)
audioNormalizationSettings :: AudioDescriptionProperty
-> Maybe AudioNormalizationSettingsProperty
audioSelectorName :: AudioDescriptionProperty -> Maybe (Value Text)
audioType :: AudioDescriptionProperty -> Maybe (Value Text)
audioTypeControl :: AudioDescriptionProperty -> Maybe (Value Text)
audioWatermarkingSettings :: AudioDescriptionProperty -> Maybe AudioWatermarkSettingsProperty
codecSettings :: AudioDescriptionProperty -> Maybe AudioCodecSettingsProperty
dvbDashAccessibility :: AudioDescriptionProperty -> Maybe (Value Text)
languageCode :: AudioDescriptionProperty -> Maybe (Value Text)
languageCodeControl :: AudioDescriptionProperty -> Maybe (Value Text)
name :: AudioDescriptionProperty -> Maybe (Value Text)
remixSettings :: AudioDescriptionProperty -> Maybe RemixSettingsProperty
streamName :: AudioDescriptionProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
audioDashRoles :: Maybe (ValueList Text)
audioNormalizationSettings :: Maybe AudioNormalizationSettingsProperty
audioSelectorName :: Maybe (Value Text)
audioType :: Maybe (Value Text)
audioTypeControl :: Maybe (Value Text)
audioWatermarkingSettings :: Maybe AudioWatermarkSettingsProperty
codecSettings :: Maybe AudioCodecSettingsProperty
dvbDashAccessibility :: Maybe (Value Text)
languageCode :: Maybe (Value Text)
languageCodeControl :: Maybe (Value Text)
name :: Maybe (Value Text)
remixSettings :: Maybe RemixSettingsProperty
streamName :: Maybe (Value Text)
..}
= AudioDescriptionProperty {name :: Maybe (Value Text)
name = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "Name" AudioDescriptionProperty
Value Text
newValue, Maybe (ValueList Text)
Maybe (Value Text)
Maybe AudioNormalizationSettingsProperty
Maybe AudioWatermarkSettingsProperty
Maybe RemixSettingsProperty
Maybe AudioCodecSettingsProperty
()
haddock_workaround_ :: ()
audioDashRoles :: Maybe (ValueList Text)
audioNormalizationSettings :: Maybe AudioNormalizationSettingsProperty
audioSelectorName :: Maybe (Value Text)
audioType :: Maybe (Value Text)
audioTypeControl :: Maybe (Value Text)
audioWatermarkingSettings :: Maybe AudioWatermarkSettingsProperty
codecSettings :: Maybe AudioCodecSettingsProperty
dvbDashAccessibility :: Maybe (Value Text)
languageCode :: Maybe (Value Text)
languageCodeControl :: Maybe (Value Text)
remixSettings :: Maybe RemixSettingsProperty
streamName :: Maybe (Value Text)
haddock_workaround_ :: ()
audioDashRoles :: Maybe (ValueList Text)
audioNormalizationSettings :: Maybe AudioNormalizationSettingsProperty
audioSelectorName :: Maybe (Value Text)
audioType :: Maybe (Value Text)
audioTypeControl :: Maybe (Value Text)
audioWatermarkingSettings :: Maybe AudioWatermarkSettingsProperty
codecSettings :: Maybe AudioCodecSettingsProperty
dvbDashAccessibility :: Maybe (Value Text)
languageCode :: Maybe (Value Text)
languageCodeControl :: Maybe (Value Text)
remixSettings :: Maybe RemixSettingsProperty
streamName :: Maybe (Value Text)
..}
instance Property "RemixSettings" AudioDescriptionProperty where
type PropertyType "RemixSettings" AudioDescriptionProperty = RemixSettingsProperty
set :: PropertyType "RemixSettings" AudioDescriptionProperty
-> AudioDescriptionProperty -> AudioDescriptionProperty
set PropertyType "RemixSettings" AudioDescriptionProperty
newValue AudioDescriptionProperty {Maybe (ValueList Text)
Maybe (Value Text)
Maybe AudioNormalizationSettingsProperty
Maybe AudioWatermarkSettingsProperty
Maybe RemixSettingsProperty
Maybe AudioCodecSettingsProperty
()
haddock_workaround_ :: AudioDescriptionProperty -> ()
audioDashRoles :: AudioDescriptionProperty -> Maybe (ValueList Text)
audioNormalizationSettings :: AudioDescriptionProperty
-> Maybe AudioNormalizationSettingsProperty
audioSelectorName :: AudioDescriptionProperty -> Maybe (Value Text)
audioType :: AudioDescriptionProperty -> Maybe (Value Text)
audioTypeControl :: AudioDescriptionProperty -> Maybe (Value Text)
audioWatermarkingSettings :: AudioDescriptionProperty -> Maybe AudioWatermarkSettingsProperty
codecSettings :: AudioDescriptionProperty -> Maybe AudioCodecSettingsProperty
dvbDashAccessibility :: AudioDescriptionProperty -> Maybe (Value Text)
languageCode :: AudioDescriptionProperty -> Maybe (Value Text)
languageCodeControl :: AudioDescriptionProperty -> Maybe (Value Text)
name :: AudioDescriptionProperty -> Maybe (Value Text)
remixSettings :: AudioDescriptionProperty -> Maybe RemixSettingsProperty
streamName :: AudioDescriptionProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
audioDashRoles :: Maybe (ValueList Text)
audioNormalizationSettings :: Maybe AudioNormalizationSettingsProperty
audioSelectorName :: Maybe (Value Text)
audioType :: Maybe (Value Text)
audioTypeControl :: Maybe (Value Text)
audioWatermarkingSettings :: Maybe AudioWatermarkSettingsProperty
codecSettings :: Maybe AudioCodecSettingsProperty
dvbDashAccessibility :: Maybe (Value Text)
languageCode :: Maybe (Value Text)
languageCodeControl :: Maybe (Value Text)
name :: Maybe (Value Text)
remixSettings :: Maybe RemixSettingsProperty
streamName :: Maybe (Value Text)
..}
= AudioDescriptionProperty
{remixSettings :: Maybe RemixSettingsProperty
remixSettings = RemixSettingsProperty -> Maybe RemixSettingsProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "RemixSettings" AudioDescriptionProperty
RemixSettingsProperty
newValue, Maybe (ValueList Text)
Maybe (Value Text)
Maybe AudioNormalizationSettingsProperty
Maybe AudioWatermarkSettingsProperty
Maybe AudioCodecSettingsProperty
()
haddock_workaround_ :: ()
audioDashRoles :: Maybe (ValueList Text)
audioNormalizationSettings :: Maybe AudioNormalizationSettingsProperty
audioSelectorName :: Maybe (Value Text)
audioType :: Maybe (Value Text)
audioTypeControl :: Maybe (Value Text)
audioWatermarkingSettings :: Maybe AudioWatermarkSettingsProperty
codecSettings :: Maybe AudioCodecSettingsProperty
dvbDashAccessibility :: Maybe (Value Text)
languageCode :: Maybe (Value Text)
languageCodeControl :: Maybe (Value Text)
name :: Maybe (Value Text)
streamName :: Maybe (Value Text)
haddock_workaround_ :: ()
audioDashRoles :: Maybe (ValueList Text)
audioNormalizationSettings :: Maybe AudioNormalizationSettingsProperty
audioSelectorName :: Maybe (Value Text)
audioType :: Maybe (Value Text)
audioTypeControl :: Maybe (Value Text)
audioWatermarkingSettings :: Maybe AudioWatermarkSettingsProperty
codecSettings :: Maybe AudioCodecSettingsProperty
dvbDashAccessibility :: Maybe (Value Text)
languageCode :: Maybe (Value Text)
languageCodeControl :: Maybe (Value Text)
name :: Maybe (Value Text)
streamName :: Maybe (Value Text)
..}
instance Property "StreamName" AudioDescriptionProperty where
type PropertyType "StreamName" AudioDescriptionProperty = Value Prelude.Text
set :: PropertyType "StreamName" AudioDescriptionProperty
-> AudioDescriptionProperty -> AudioDescriptionProperty
set PropertyType "StreamName" AudioDescriptionProperty
newValue AudioDescriptionProperty {Maybe (ValueList Text)
Maybe (Value Text)
Maybe AudioNormalizationSettingsProperty
Maybe AudioWatermarkSettingsProperty
Maybe RemixSettingsProperty
Maybe AudioCodecSettingsProperty
()
haddock_workaround_ :: AudioDescriptionProperty -> ()
audioDashRoles :: AudioDescriptionProperty -> Maybe (ValueList Text)
audioNormalizationSettings :: AudioDescriptionProperty
-> Maybe AudioNormalizationSettingsProperty
audioSelectorName :: AudioDescriptionProperty -> Maybe (Value Text)
audioType :: AudioDescriptionProperty -> Maybe (Value Text)
audioTypeControl :: AudioDescriptionProperty -> Maybe (Value Text)
audioWatermarkingSettings :: AudioDescriptionProperty -> Maybe AudioWatermarkSettingsProperty
codecSettings :: AudioDescriptionProperty -> Maybe AudioCodecSettingsProperty
dvbDashAccessibility :: AudioDescriptionProperty -> Maybe (Value Text)
languageCode :: AudioDescriptionProperty -> Maybe (Value Text)
languageCodeControl :: AudioDescriptionProperty -> Maybe (Value Text)
name :: AudioDescriptionProperty -> Maybe (Value Text)
remixSettings :: AudioDescriptionProperty -> Maybe RemixSettingsProperty
streamName :: AudioDescriptionProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
audioDashRoles :: Maybe (ValueList Text)
audioNormalizationSettings :: Maybe AudioNormalizationSettingsProperty
audioSelectorName :: Maybe (Value Text)
audioType :: Maybe (Value Text)
audioTypeControl :: Maybe (Value Text)
audioWatermarkingSettings :: Maybe AudioWatermarkSettingsProperty
codecSettings :: Maybe AudioCodecSettingsProperty
dvbDashAccessibility :: Maybe (Value Text)
languageCode :: Maybe (Value Text)
languageCodeControl :: Maybe (Value Text)
name :: Maybe (Value Text)
remixSettings :: Maybe RemixSettingsProperty
streamName :: Maybe (Value Text)
..}
= AudioDescriptionProperty {streamName :: Maybe (Value Text)
streamName = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "StreamName" AudioDescriptionProperty
Value Text
newValue, Maybe (ValueList Text)
Maybe (Value Text)
Maybe AudioNormalizationSettingsProperty
Maybe AudioWatermarkSettingsProperty
Maybe RemixSettingsProperty
Maybe AudioCodecSettingsProperty
()
haddock_workaround_ :: ()
audioDashRoles :: Maybe (ValueList Text)
audioNormalizationSettings :: Maybe AudioNormalizationSettingsProperty
audioSelectorName :: Maybe (Value Text)
audioType :: Maybe (Value Text)
audioTypeControl :: Maybe (Value Text)
audioWatermarkingSettings :: Maybe AudioWatermarkSettingsProperty
codecSettings :: Maybe AudioCodecSettingsProperty
dvbDashAccessibility :: Maybe (Value Text)
languageCode :: Maybe (Value Text)
languageCodeControl :: Maybe (Value Text)
name :: Maybe (Value Text)
remixSettings :: Maybe RemixSettingsProperty
haddock_workaround_ :: ()
audioDashRoles :: Maybe (ValueList Text)
audioNormalizationSettings :: Maybe AudioNormalizationSettingsProperty
audioSelectorName :: Maybe (Value Text)
audioType :: Maybe (Value Text)
audioTypeControl :: Maybe (Value Text)
audioWatermarkingSettings :: Maybe AudioWatermarkSettingsProperty
codecSettings :: Maybe AudioCodecSettingsProperty
dvbDashAccessibility :: Maybe (Value Text)
languageCode :: Maybe (Value Text)
languageCodeControl :: Maybe (Value Text)
name :: Maybe (Value Text)
remixSettings :: Maybe RemixSettingsProperty
..}