Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data MediaStreamAttributes Source #
Attributes that are related to the media stream.
See: newMediaStreamAttributes
smart constructor.
Instances
newMediaStreamAttributes Source #
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.