| 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.MediaConnect.Types.MediaStreamAttributes
Description
Documentation
data MediaStreamAttributes Source #
Attributes that are related to the media stream.
See: newMediaStreamAttributes smart constructor.
Constructors
| MediaStreamAttributes' | |
Instances
newMediaStreamAttributes Source #
Arguments
| :: Fmtp | |
| -> MediaStreamAttributes |
Create a value of MediaStreamAttributes 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:lang:MediaStreamAttributes', mediaStreamAttributes_lang - The audio language, in a format that is recognized by the receiver.
$sel:fmtp:MediaStreamAttributes', mediaStreamAttributes_fmtp - A set of parameters that define the media stream.
mediaStreamAttributes_lang :: Lens' MediaStreamAttributes (Maybe Text) Source #
The audio language, in a format that is recognized by the receiver.
mediaStreamAttributes_fmtp :: Lens' MediaStreamAttributes Fmtp Source #
A set of parameters that define the media stream.