module Stratosphere.MediaLive.Channel.GlobalConfigurationProperty (
module Exports, GlobalConfigurationProperty(..),
mkGlobalConfigurationProperty
) where
import qualified Data.Aeson as JSON
import qualified Stratosphere.Prelude as Prelude
import Stratosphere.Property
import {-# SOURCE #-} Stratosphere.MediaLive.Channel.InputLossBehaviorProperty as Exports
import {-# SOURCE #-} Stratosphere.MediaLive.Channel.OutputLockingSettingsProperty as Exports
import Stratosphere.ResourceProperties
import Stratosphere.Value
data GlobalConfigurationProperty
=
GlobalConfigurationProperty {GlobalConfigurationProperty -> ()
haddock_workaround_ :: (),
GlobalConfigurationProperty -> Maybe (Value Integer)
initialAudioGain :: (Prelude.Maybe (Value Prelude.Integer)),
GlobalConfigurationProperty -> Maybe (Value Text)
inputEndAction :: (Prelude.Maybe (Value Prelude.Text)),
GlobalConfigurationProperty -> Maybe InputLossBehaviorProperty
inputLossBehavior :: (Prelude.Maybe InputLossBehaviorProperty),
GlobalConfigurationProperty -> Maybe (Value Text)
outputLockingMode :: (Prelude.Maybe (Value Prelude.Text)),
GlobalConfigurationProperty -> Maybe OutputLockingSettingsProperty
outputLockingSettings :: (Prelude.Maybe OutputLockingSettingsProperty),
GlobalConfigurationProperty -> Maybe (Value Text)
outputTimingSource :: (Prelude.Maybe (Value Prelude.Text)),
GlobalConfigurationProperty -> Maybe (Value Text)
supportLowFramerateInputs :: (Prelude.Maybe (Value Prelude.Text))}
deriving stock (GlobalConfigurationProperty -> GlobalConfigurationProperty -> Bool
(GlobalConfigurationProperty
-> GlobalConfigurationProperty -> Bool)
-> (GlobalConfigurationProperty
-> GlobalConfigurationProperty -> Bool)
-> Eq GlobalConfigurationProperty
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
$c== :: GlobalConfigurationProperty -> GlobalConfigurationProperty -> Bool
== :: GlobalConfigurationProperty -> GlobalConfigurationProperty -> Bool
$c/= :: GlobalConfigurationProperty -> GlobalConfigurationProperty -> Bool
/= :: GlobalConfigurationProperty -> GlobalConfigurationProperty -> Bool
Prelude.Eq, Int -> GlobalConfigurationProperty -> ShowS
[GlobalConfigurationProperty] -> ShowS
GlobalConfigurationProperty -> String
(Int -> GlobalConfigurationProperty -> ShowS)
-> (GlobalConfigurationProperty -> String)
-> ([GlobalConfigurationProperty] -> ShowS)
-> Show GlobalConfigurationProperty
forall a.
(Int -> a -> ShowS) -> (a -> String) -> ([a] -> ShowS) -> Show a
$cshowsPrec :: Int -> GlobalConfigurationProperty -> ShowS
showsPrec :: Int -> GlobalConfigurationProperty -> ShowS
$cshow :: GlobalConfigurationProperty -> String
show :: GlobalConfigurationProperty -> String
$cshowList :: [GlobalConfigurationProperty] -> ShowS
showList :: [GlobalConfigurationProperty] -> ShowS
Prelude.Show)
mkGlobalConfigurationProperty :: GlobalConfigurationProperty
mkGlobalConfigurationProperty :: GlobalConfigurationProperty
mkGlobalConfigurationProperty
= GlobalConfigurationProperty
{haddock_workaround_ :: ()
haddock_workaround_ = (), initialAudioGain :: Maybe (Value Integer)
initialAudioGain = Maybe (Value Integer)
forall a. Maybe a
Prelude.Nothing,
inputEndAction :: Maybe (Value Text)
inputEndAction = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
inputLossBehavior :: Maybe InputLossBehaviorProperty
inputLossBehavior = Maybe InputLossBehaviorProperty
forall a. Maybe a
Prelude.Nothing,
outputLockingMode :: Maybe (Value Text)
outputLockingMode = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
outputLockingSettings :: Maybe OutputLockingSettingsProperty
outputLockingSettings = Maybe OutputLockingSettingsProperty
forall a. Maybe a
Prelude.Nothing,
outputTimingSource :: Maybe (Value Text)
outputTimingSource = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing,
supportLowFramerateInputs :: Maybe (Value Text)
supportLowFramerateInputs = Maybe (Value Text)
forall a. Maybe a
Prelude.Nothing}
instance ToResourceProperties GlobalConfigurationProperty where
toResourceProperties :: GlobalConfigurationProperty -> ResourceProperties
toResourceProperties GlobalConfigurationProperty {Maybe (Value Integer)
Maybe (Value Text)
Maybe InputLossBehaviorProperty
Maybe OutputLockingSettingsProperty
()
haddock_workaround_ :: GlobalConfigurationProperty -> ()
initialAudioGain :: GlobalConfigurationProperty -> Maybe (Value Integer)
inputEndAction :: GlobalConfigurationProperty -> Maybe (Value Text)
inputLossBehavior :: GlobalConfigurationProperty -> Maybe InputLossBehaviorProperty
outputLockingMode :: GlobalConfigurationProperty -> Maybe (Value Text)
outputLockingSettings :: GlobalConfigurationProperty -> Maybe OutputLockingSettingsProperty
outputTimingSource :: GlobalConfigurationProperty -> Maybe (Value Text)
supportLowFramerateInputs :: GlobalConfigurationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
initialAudioGain :: Maybe (Value Integer)
inputEndAction :: Maybe (Value Text)
inputLossBehavior :: Maybe InputLossBehaviorProperty
outputLockingMode :: Maybe (Value Text)
outputLockingSettings :: Maybe OutputLockingSettingsProperty
outputTimingSource :: Maybe (Value Text)
supportLowFramerateInputs :: Maybe (Value Text)
..}
= ResourceProperties
{awsType :: Text
awsType = Text
"AWS::MediaLive::Channel.GlobalConfiguration",
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 -> Value Integer -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"InitialAudioGain" (Value Integer -> (Key, Value))
-> Maybe (Value Integer) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Integer)
initialAudioGain,
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
"InputEndAction" (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)
inputEndAction,
Key -> InputLossBehaviorProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"InputLossBehavior" (InputLossBehaviorProperty -> (Key, Value))
-> Maybe InputLossBehaviorProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe InputLossBehaviorProperty
inputLossBehavior,
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
"OutputLockingMode" (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)
outputLockingMode,
Key -> OutputLockingSettingsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"OutputLockingSettings"
(OutputLockingSettingsProperty -> (Key, Value))
-> Maybe OutputLockingSettingsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe OutputLockingSettingsProperty
outputLockingSettings,
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
"OutputTimingSource" (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)
outputTimingSource,
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
"SupportLowFramerateInputs"
(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)
supportLowFramerateInputs])}
instance JSON.ToJSON GlobalConfigurationProperty where
toJSON :: GlobalConfigurationProperty -> Value
toJSON GlobalConfigurationProperty {Maybe (Value Integer)
Maybe (Value Text)
Maybe InputLossBehaviorProperty
Maybe OutputLockingSettingsProperty
()
haddock_workaround_ :: GlobalConfigurationProperty -> ()
initialAudioGain :: GlobalConfigurationProperty -> Maybe (Value Integer)
inputEndAction :: GlobalConfigurationProperty -> Maybe (Value Text)
inputLossBehavior :: GlobalConfigurationProperty -> Maybe InputLossBehaviorProperty
outputLockingMode :: GlobalConfigurationProperty -> Maybe (Value Text)
outputLockingSettings :: GlobalConfigurationProperty -> Maybe OutputLockingSettingsProperty
outputTimingSource :: GlobalConfigurationProperty -> Maybe (Value Text)
supportLowFramerateInputs :: GlobalConfigurationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
initialAudioGain :: Maybe (Value Integer)
inputEndAction :: Maybe (Value Text)
inputLossBehavior :: Maybe InputLossBehaviorProperty
outputLockingMode :: Maybe (Value Text)
outputLockingSettings :: Maybe OutputLockingSettingsProperty
outputTimingSource :: Maybe (Value Text)
supportLowFramerateInputs :: 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 -> Value Integer -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"InitialAudioGain" (Value Integer -> (Key, Value))
-> Maybe (Value Integer) -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe (Value Integer)
initialAudioGain,
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
"InputEndAction" (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)
inputEndAction,
Key -> InputLossBehaviorProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"InputLossBehavior" (InputLossBehaviorProperty -> (Key, Value))
-> Maybe InputLossBehaviorProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe InputLossBehaviorProperty
inputLossBehavior,
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
"OutputLockingMode" (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)
outputLockingMode,
Key -> OutputLockingSettingsProperty -> (Key, Value)
forall v. ToJSON v => Key -> v -> (Key, Value)
forall e kv v. (KeyValue e kv, ToJSON v) => Key -> v -> kv
(JSON..=) Key
"OutputLockingSettings"
(OutputLockingSettingsProperty -> (Key, Value))
-> Maybe OutputLockingSettingsProperty -> Maybe (Key, Value)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
Prelude.<$> Maybe OutputLockingSettingsProperty
outputLockingSettings,
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
"OutputTimingSource" (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)
outputTimingSource,
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
"SupportLowFramerateInputs"
(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)
supportLowFramerateInputs]))
instance Property "InitialAudioGain" GlobalConfigurationProperty where
type PropertyType "InitialAudioGain" GlobalConfigurationProperty = Value Prelude.Integer
set :: PropertyType "InitialAudioGain" GlobalConfigurationProperty
-> GlobalConfigurationProperty -> GlobalConfigurationProperty
set PropertyType "InitialAudioGain" GlobalConfigurationProperty
newValue GlobalConfigurationProperty {Maybe (Value Integer)
Maybe (Value Text)
Maybe InputLossBehaviorProperty
Maybe OutputLockingSettingsProperty
()
haddock_workaround_ :: GlobalConfigurationProperty -> ()
initialAudioGain :: GlobalConfigurationProperty -> Maybe (Value Integer)
inputEndAction :: GlobalConfigurationProperty -> Maybe (Value Text)
inputLossBehavior :: GlobalConfigurationProperty -> Maybe InputLossBehaviorProperty
outputLockingMode :: GlobalConfigurationProperty -> Maybe (Value Text)
outputLockingSettings :: GlobalConfigurationProperty -> Maybe OutputLockingSettingsProperty
outputTimingSource :: GlobalConfigurationProperty -> Maybe (Value Text)
supportLowFramerateInputs :: GlobalConfigurationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
initialAudioGain :: Maybe (Value Integer)
inputEndAction :: Maybe (Value Text)
inputLossBehavior :: Maybe InputLossBehaviorProperty
outputLockingMode :: Maybe (Value Text)
outputLockingSettings :: Maybe OutputLockingSettingsProperty
outputTimingSource :: Maybe (Value Text)
supportLowFramerateInputs :: Maybe (Value Text)
..}
= GlobalConfigurationProperty
{initialAudioGain :: Maybe (Value Integer)
initialAudioGain = Value Integer -> Maybe (Value Integer)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "InitialAudioGain" GlobalConfigurationProperty
Value Integer
newValue, Maybe (Value Text)
Maybe InputLossBehaviorProperty
Maybe OutputLockingSettingsProperty
()
haddock_workaround_ :: ()
inputEndAction :: Maybe (Value Text)
inputLossBehavior :: Maybe InputLossBehaviorProperty
outputLockingMode :: Maybe (Value Text)
outputLockingSettings :: Maybe OutputLockingSettingsProperty
outputTimingSource :: Maybe (Value Text)
supportLowFramerateInputs :: Maybe (Value Text)
haddock_workaround_ :: ()
inputEndAction :: Maybe (Value Text)
inputLossBehavior :: Maybe InputLossBehaviorProperty
outputLockingMode :: Maybe (Value Text)
outputLockingSettings :: Maybe OutputLockingSettingsProperty
outputTimingSource :: Maybe (Value Text)
supportLowFramerateInputs :: Maybe (Value Text)
..}
instance Property "InputEndAction" GlobalConfigurationProperty where
type PropertyType "InputEndAction" GlobalConfigurationProperty = Value Prelude.Text
set :: PropertyType "InputEndAction" GlobalConfigurationProperty
-> GlobalConfigurationProperty -> GlobalConfigurationProperty
set PropertyType "InputEndAction" GlobalConfigurationProperty
newValue GlobalConfigurationProperty {Maybe (Value Integer)
Maybe (Value Text)
Maybe InputLossBehaviorProperty
Maybe OutputLockingSettingsProperty
()
haddock_workaround_ :: GlobalConfigurationProperty -> ()
initialAudioGain :: GlobalConfigurationProperty -> Maybe (Value Integer)
inputEndAction :: GlobalConfigurationProperty -> Maybe (Value Text)
inputLossBehavior :: GlobalConfigurationProperty -> Maybe InputLossBehaviorProperty
outputLockingMode :: GlobalConfigurationProperty -> Maybe (Value Text)
outputLockingSettings :: GlobalConfigurationProperty -> Maybe OutputLockingSettingsProperty
outputTimingSource :: GlobalConfigurationProperty -> Maybe (Value Text)
supportLowFramerateInputs :: GlobalConfigurationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
initialAudioGain :: Maybe (Value Integer)
inputEndAction :: Maybe (Value Text)
inputLossBehavior :: Maybe InputLossBehaviorProperty
outputLockingMode :: Maybe (Value Text)
outputLockingSettings :: Maybe OutputLockingSettingsProperty
outputTimingSource :: Maybe (Value Text)
supportLowFramerateInputs :: Maybe (Value Text)
..}
= GlobalConfigurationProperty
{inputEndAction :: Maybe (Value Text)
inputEndAction = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "InputEndAction" GlobalConfigurationProperty
Value Text
newValue, Maybe (Value Integer)
Maybe (Value Text)
Maybe InputLossBehaviorProperty
Maybe OutputLockingSettingsProperty
()
haddock_workaround_ :: ()
initialAudioGain :: Maybe (Value Integer)
inputLossBehavior :: Maybe InputLossBehaviorProperty
outputLockingMode :: Maybe (Value Text)
outputLockingSettings :: Maybe OutputLockingSettingsProperty
outputTimingSource :: Maybe (Value Text)
supportLowFramerateInputs :: Maybe (Value Text)
haddock_workaround_ :: ()
initialAudioGain :: Maybe (Value Integer)
inputLossBehavior :: Maybe InputLossBehaviorProperty
outputLockingMode :: Maybe (Value Text)
outputLockingSettings :: Maybe OutputLockingSettingsProperty
outputTimingSource :: Maybe (Value Text)
supportLowFramerateInputs :: Maybe (Value Text)
..}
instance Property "InputLossBehavior" GlobalConfigurationProperty where
type PropertyType "InputLossBehavior" GlobalConfigurationProperty = InputLossBehaviorProperty
set :: PropertyType "InputLossBehavior" GlobalConfigurationProperty
-> GlobalConfigurationProperty -> GlobalConfigurationProperty
set PropertyType "InputLossBehavior" GlobalConfigurationProperty
newValue GlobalConfigurationProperty {Maybe (Value Integer)
Maybe (Value Text)
Maybe InputLossBehaviorProperty
Maybe OutputLockingSettingsProperty
()
haddock_workaround_ :: GlobalConfigurationProperty -> ()
initialAudioGain :: GlobalConfigurationProperty -> Maybe (Value Integer)
inputEndAction :: GlobalConfigurationProperty -> Maybe (Value Text)
inputLossBehavior :: GlobalConfigurationProperty -> Maybe InputLossBehaviorProperty
outputLockingMode :: GlobalConfigurationProperty -> Maybe (Value Text)
outputLockingSettings :: GlobalConfigurationProperty -> Maybe OutputLockingSettingsProperty
outputTimingSource :: GlobalConfigurationProperty -> Maybe (Value Text)
supportLowFramerateInputs :: GlobalConfigurationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
initialAudioGain :: Maybe (Value Integer)
inputEndAction :: Maybe (Value Text)
inputLossBehavior :: Maybe InputLossBehaviorProperty
outputLockingMode :: Maybe (Value Text)
outputLockingSettings :: Maybe OutputLockingSettingsProperty
outputTimingSource :: Maybe (Value Text)
supportLowFramerateInputs :: Maybe (Value Text)
..}
= GlobalConfigurationProperty
{inputLossBehavior :: Maybe InputLossBehaviorProperty
inputLossBehavior = InputLossBehaviorProperty -> Maybe InputLossBehaviorProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "InputLossBehavior" GlobalConfigurationProperty
InputLossBehaviorProperty
newValue, Maybe (Value Integer)
Maybe (Value Text)
Maybe OutputLockingSettingsProperty
()
haddock_workaround_ :: ()
initialAudioGain :: Maybe (Value Integer)
inputEndAction :: Maybe (Value Text)
outputLockingMode :: Maybe (Value Text)
outputLockingSettings :: Maybe OutputLockingSettingsProperty
outputTimingSource :: Maybe (Value Text)
supportLowFramerateInputs :: Maybe (Value Text)
haddock_workaround_ :: ()
initialAudioGain :: Maybe (Value Integer)
inputEndAction :: Maybe (Value Text)
outputLockingMode :: Maybe (Value Text)
outputLockingSettings :: Maybe OutputLockingSettingsProperty
outputTimingSource :: Maybe (Value Text)
supportLowFramerateInputs :: Maybe (Value Text)
..}
instance Property "OutputLockingMode" GlobalConfigurationProperty where
type PropertyType "OutputLockingMode" GlobalConfigurationProperty = Value Prelude.Text
set :: PropertyType "OutputLockingMode" GlobalConfigurationProperty
-> GlobalConfigurationProperty -> GlobalConfigurationProperty
set PropertyType "OutputLockingMode" GlobalConfigurationProperty
newValue GlobalConfigurationProperty {Maybe (Value Integer)
Maybe (Value Text)
Maybe InputLossBehaviorProperty
Maybe OutputLockingSettingsProperty
()
haddock_workaround_ :: GlobalConfigurationProperty -> ()
initialAudioGain :: GlobalConfigurationProperty -> Maybe (Value Integer)
inputEndAction :: GlobalConfigurationProperty -> Maybe (Value Text)
inputLossBehavior :: GlobalConfigurationProperty -> Maybe InputLossBehaviorProperty
outputLockingMode :: GlobalConfigurationProperty -> Maybe (Value Text)
outputLockingSettings :: GlobalConfigurationProperty -> Maybe OutputLockingSettingsProperty
outputTimingSource :: GlobalConfigurationProperty -> Maybe (Value Text)
supportLowFramerateInputs :: GlobalConfigurationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
initialAudioGain :: Maybe (Value Integer)
inputEndAction :: Maybe (Value Text)
inputLossBehavior :: Maybe InputLossBehaviorProperty
outputLockingMode :: Maybe (Value Text)
outputLockingSettings :: Maybe OutputLockingSettingsProperty
outputTimingSource :: Maybe (Value Text)
supportLowFramerateInputs :: Maybe (Value Text)
..}
= GlobalConfigurationProperty
{outputLockingMode :: Maybe (Value Text)
outputLockingMode = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "OutputLockingMode" GlobalConfigurationProperty
Value Text
newValue, Maybe (Value Integer)
Maybe (Value Text)
Maybe InputLossBehaviorProperty
Maybe OutputLockingSettingsProperty
()
haddock_workaround_ :: ()
initialAudioGain :: Maybe (Value Integer)
inputEndAction :: Maybe (Value Text)
inputLossBehavior :: Maybe InputLossBehaviorProperty
outputLockingSettings :: Maybe OutputLockingSettingsProperty
outputTimingSource :: Maybe (Value Text)
supportLowFramerateInputs :: Maybe (Value Text)
haddock_workaround_ :: ()
initialAudioGain :: Maybe (Value Integer)
inputEndAction :: Maybe (Value Text)
inputLossBehavior :: Maybe InputLossBehaviorProperty
outputLockingSettings :: Maybe OutputLockingSettingsProperty
outputTimingSource :: Maybe (Value Text)
supportLowFramerateInputs :: Maybe (Value Text)
..}
instance Property "OutputLockingSettings" GlobalConfigurationProperty where
type PropertyType "OutputLockingSettings" GlobalConfigurationProperty = OutputLockingSettingsProperty
set :: PropertyType "OutputLockingSettings" GlobalConfigurationProperty
-> GlobalConfigurationProperty -> GlobalConfigurationProperty
set PropertyType "OutputLockingSettings" GlobalConfigurationProperty
newValue GlobalConfigurationProperty {Maybe (Value Integer)
Maybe (Value Text)
Maybe InputLossBehaviorProperty
Maybe OutputLockingSettingsProperty
()
haddock_workaround_ :: GlobalConfigurationProperty -> ()
initialAudioGain :: GlobalConfigurationProperty -> Maybe (Value Integer)
inputEndAction :: GlobalConfigurationProperty -> Maybe (Value Text)
inputLossBehavior :: GlobalConfigurationProperty -> Maybe InputLossBehaviorProperty
outputLockingMode :: GlobalConfigurationProperty -> Maybe (Value Text)
outputLockingSettings :: GlobalConfigurationProperty -> Maybe OutputLockingSettingsProperty
outputTimingSource :: GlobalConfigurationProperty -> Maybe (Value Text)
supportLowFramerateInputs :: GlobalConfigurationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
initialAudioGain :: Maybe (Value Integer)
inputEndAction :: Maybe (Value Text)
inputLossBehavior :: Maybe InputLossBehaviorProperty
outputLockingMode :: Maybe (Value Text)
outputLockingSettings :: Maybe OutputLockingSettingsProperty
outputTimingSource :: Maybe (Value Text)
supportLowFramerateInputs :: Maybe (Value Text)
..}
= GlobalConfigurationProperty
{outputLockingSettings :: Maybe OutputLockingSettingsProperty
outputLockingSettings = OutputLockingSettingsProperty
-> Maybe OutputLockingSettingsProperty
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "OutputLockingSettings" GlobalConfigurationProperty
OutputLockingSettingsProperty
newValue, Maybe (Value Integer)
Maybe (Value Text)
Maybe InputLossBehaviorProperty
()
haddock_workaround_ :: ()
initialAudioGain :: Maybe (Value Integer)
inputEndAction :: Maybe (Value Text)
inputLossBehavior :: Maybe InputLossBehaviorProperty
outputLockingMode :: Maybe (Value Text)
outputTimingSource :: Maybe (Value Text)
supportLowFramerateInputs :: Maybe (Value Text)
haddock_workaround_ :: ()
initialAudioGain :: Maybe (Value Integer)
inputEndAction :: Maybe (Value Text)
inputLossBehavior :: Maybe InputLossBehaviorProperty
outputLockingMode :: Maybe (Value Text)
outputTimingSource :: Maybe (Value Text)
supportLowFramerateInputs :: Maybe (Value Text)
..}
instance Property "OutputTimingSource" GlobalConfigurationProperty where
type PropertyType "OutputTimingSource" GlobalConfigurationProperty = Value Prelude.Text
set :: PropertyType "OutputTimingSource" GlobalConfigurationProperty
-> GlobalConfigurationProperty -> GlobalConfigurationProperty
set PropertyType "OutputTimingSource" GlobalConfigurationProperty
newValue GlobalConfigurationProperty {Maybe (Value Integer)
Maybe (Value Text)
Maybe InputLossBehaviorProperty
Maybe OutputLockingSettingsProperty
()
haddock_workaround_ :: GlobalConfigurationProperty -> ()
initialAudioGain :: GlobalConfigurationProperty -> Maybe (Value Integer)
inputEndAction :: GlobalConfigurationProperty -> Maybe (Value Text)
inputLossBehavior :: GlobalConfigurationProperty -> Maybe InputLossBehaviorProperty
outputLockingMode :: GlobalConfigurationProperty -> Maybe (Value Text)
outputLockingSettings :: GlobalConfigurationProperty -> Maybe OutputLockingSettingsProperty
outputTimingSource :: GlobalConfigurationProperty -> Maybe (Value Text)
supportLowFramerateInputs :: GlobalConfigurationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
initialAudioGain :: Maybe (Value Integer)
inputEndAction :: Maybe (Value Text)
inputLossBehavior :: Maybe InputLossBehaviorProperty
outputLockingMode :: Maybe (Value Text)
outputLockingSettings :: Maybe OutputLockingSettingsProperty
outputTimingSource :: Maybe (Value Text)
supportLowFramerateInputs :: Maybe (Value Text)
..}
= GlobalConfigurationProperty
{outputTimingSource :: Maybe (Value Text)
outputTimingSource = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType "OutputTimingSource" GlobalConfigurationProperty
Value Text
newValue, Maybe (Value Integer)
Maybe (Value Text)
Maybe InputLossBehaviorProperty
Maybe OutputLockingSettingsProperty
()
haddock_workaround_ :: ()
initialAudioGain :: Maybe (Value Integer)
inputEndAction :: Maybe (Value Text)
inputLossBehavior :: Maybe InputLossBehaviorProperty
outputLockingMode :: Maybe (Value Text)
outputLockingSettings :: Maybe OutputLockingSettingsProperty
supportLowFramerateInputs :: Maybe (Value Text)
haddock_workaround_ :: ()
initialAudioGain :: Maybe (Value Integer)
inputEndAction :: Maybe (Value Text)
inputLossBehavior :: Maybe InputLossBehaviorProperty
outputLockingMode :: Maybe (Value Text)
outputLockingSettings :: Maybe OutputLockingSettingsProperty
supportLowFramerateInputs :: Maybe (Value Text)
..}
instance Property "SupportLowFramerateInputs" GlobalConfigurationProperty where
type PropertyType "SupportLowFramerateInputs" GlobalConfigurationProperty = Value Prelude.Text
set :: PropertyType
"SupportLowFramerateInputs" GlobalConfigurationProperty
-> GlobalConfigurationProperty -> GlobalConfigurationProperty
set PropertyType
"SupportLowFramerateInputs" GlobalConfigurationProperty
newValue GlobalConfigurationProperty {Maybe (Value Integer)
Maybe (Value Text)
Maybe InputLossBehaviorProperty
Maybe OutputLockingSettingsProperty
()
haddock_workaround_ :: GlobalConfigurationProperty -> ()
initialAudioGain :: GlobalConfigurationProperty -> Maybe (Value Integer)
inputEndAction :: GlobalConfigurationProperty -> Maybe (Value Text)
inputLossBehavior :: GlobalConfigurationProperty -> Maybe InputLossBehaviorProperty
outputLockingMode :: GlobalConfigurationProperty -> Maybe (Value Text)
outputLockingSettings :: GlobalConfigurationProperty -> Maybe OutputLockingSettingsProperty
outputTimingSource :: GlobalConfigurationProperty -> Maybe (Value Text)
supportLowFramerateInputs :: GlobalConfigurationProperty -> Maybe (Value Text)
haddock_workaround_ :: ()
initialAudioGain :: Maybe (Value Integer)
inputEndAction :: Maybe (Value Text)
inputLossBehavior :: Maybe InputLossBehaviorProperty
outputLockingMode :: Maybe (Value Text)
outputLockingSettings :: Maybe OutputLockingSettingsProperty
outputTimingSource :: Maybe (Value Text)
supportLowFramerateInputs :: Maybe (Value Text)
..}
= GlobalConfigurationProperty
{supportLowFramerateInputs :: Maybe (Value Text)
supportLowFramerateInputs = Value Text -> Maybe (Value Text)
forall a. a -> Maybe a
forall (f :: * -> *) a. Applicative f => a -> f a
Prelude.pure PropertyType
"SupportLowFramerateInputs" GlobalConfigurationProperty
Value Text
newValue, Maybe (Value Integer)
Maybe (Value Text)
Maybe InputLossBehaviorProperty
Maybe OutputLockingSettingsProperty
()
haddock_workaround_ :: ()
initialAudioGain :: Maybe (Value Integer)
inputEndAction :: Maybe (Value Text)
inputLossBehavior :: Maybe InputLossBehaviorProperty
outputLockingMode :: Maybe (Value Text)
outputLockingSettings :: Maybe OutputLockingSettingsProperty
outputTimingSource :: Maybe (Value Text)
haddock_workaround_ :: ()
initialAudioGain :: Maybe (Value Integer)
inputEndAction :: Maybe (Value Text)
inputLossBehavior :: Maybe InputLossBehaviorProperty
outputLockingMode :: Maybe (Value Text)
outputLockingSettings :: Maybe OutputLockingSettingsProperty
outputTimingSource :: Maybe (Value Text)
..}