Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
- newtype InputSourceType where
- InputSourceType' { }
- pattern InputSourceType_DYNAMIC :: InputSourceType
- pattern InputSourceType_STATIC :: InputSourceType
Documentation
newtype InputSourceType Source #
There are two types of input sources, static and dynamic. If an input source is dynamic you can change the source url of the input dynamically using an input switch action. Currently, two input types support a dynamic url at this time, MP4_FILE and TS_FILE. By default all input sources are static.
pattern InputSourceType_DYNAMIC :: InputSourceType | |
pattern InputSourceType_STATIC :: InputSourceType |