Class: Aws::MediaConnect::Types::MediaStreamAttributes

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#fmtpTypes::Fmtp

A set of parameters that define the media stream.

Returns:



2888
2889
2890
2891
2892
2893
# File 'lib/aws-sdk-mediaconnect/types.rb', line 2888

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

#langString

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

Returns:

  • (String)


2888
2889
2890
2891
2892
2893
# File 'lib/aws-sdk-mediaconnect/types.rb', line 2888

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