| 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 |
Amazonka.Chime.Types.SourceConfiguration
Description
Documentation
data SourceConfiguration Source #
Source configuration for a specified media capture pipeline.
See: newSourceConfiguration smart constructor.
Constructors
| SourceConfiguration' | |
Fields
| |
Instances
newSourceConfiguration :: SourceConfiguration Source #
Create a value of SourceConfiguration with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:selectedVideoStreams:SourceConfiguration', sourceConfiguration_selectedVideoStreams - The selected video streams to capture for a specified media capture
pipeline. The number of video streams can't exceed 25.
sourceConfiguration_selectedVideoStreams :: Lens' SourceConfiguration (Maybe SelectedVideoStreams) Source #
The selected video streams to capture for a specified media capture pipeline. The number of video streams can't exceed 25.