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 |
Synopsis
- data MediaStreamAttributesRequest = MediaStreamAttributesRequest' {}
- newMediaStreamAttributesRequest :: MediaStreamAttributesRequest
- mediaStreamAttributesRequest_lang :: Lens' MediaStreamAttributesRequest (Maybe Text)
- mediaStreamAttributesRequest_fmtp :: Lens' MediaStreamAttributesRequest (Maybe FmtpRequest)
Documentation
data MediaStreamAttributesRequest Source #
Attributes that are related to the media stream.
See: newMediaStreamAttributesRequest
smart constructor.
Instances
newMediaStreamAttributesRequest :: MediaStreamAttributesRequest Source #
Create a value of MediaStreamAttributesRequest
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:MediaStreamAttributesRequest'
, mediaStreamAttributesRequest_lang
- The audio language, in a format that is recognized by the receiver.
$sel:fmtp:MediaStreamAttributesRequest'
, mediaStreamAttributesRequest_fmtp
- The settings that you want to use to define the media stream.
mediaStreamAttributesRequest_lang :: Lens' MediaStreamAttributesRequest (Maybe Text) Source #
The audio language, in a format that is recognized by the receiver.
mediaStreamAttributesRequest_fmtp :: Lens' MediaStreamAttributesRequest (Maybe FmtpRequest) Source #
The settings that you want to use to define the media stream.