Class: Aws::MediaConnect::Types::MediaStreamAttributesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::MediaStreamAttributesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
Attributes that are related to the media stream.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#fmtp ⇒ Types::FmtpRequest
The settings that you want to use to define the media stream.
-
#lang ⇒ String
The audio language, in a format that is recognized by the receiver.
Instance Attribute Details
#fmtp ⇒ Types::FmtpRequest
The settings that you want to use to define the media stream.
2907 2908 2909 2910 2911 2912 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 2907 class MediaStreamAttributesRequest < Struct.new( :fmtp, :lang) SENSITIVE = [] include Aws::Structure end |
#lang ⇒ String
The audio language, in a format that is recognized by the receiver.
2907 2908 2909 2910 2911 2912 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 2907 class MediaStreamAttributesRequest < Struct.new( :fmtp, :lang) SENSITIVE = [] include Aws::Structure end |