Class: Aws::MediaConnect::Types::MediaStreamAttributesRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb

Overview

Attributes that are related to the media stream.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#fmtpTypes::FmtpRequest

The settings that you want to use to define the media stream.

Returns:



2864
2865
2866
2867
2868
2869
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 2864

class MediaStreamAttributesRequest < Struct.new(
  :fmtp,
  :lang)
  SENSITIVE = []
  include Aws::Structure
end

#langString

The audio language, in a format that is recognized by the receiver.

Returns:

  • (String)


2864
2865
2866
2867
2868
2869
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 2864

class MediaStreamAttributesRequest < Struct.new(
  :fmtp,
  :lang)
  SENSITIVE = []
  include Aws::Structure
end