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