Class: Aws::MediaConnect::Types::TransportStream

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

Overview

The metadata of an elementary transport stream.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channelsInteger

The number of channels in the audio stream.

Returns:

  • (Integer)


4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4161

class TransportStream < Struct.new(
  :channels,
  :codec,
  :frame_rate,
  :frame_resolution,
  :pid,
  :sample_rate,
  :sample_size,
  :stream_type)
  SENSITIVE = []
  include Aws::Structure
end

#codecString

The codec used by the stream.

Returns:

  • (String)


4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4161

class TransportStream < Struct.new(
  :channels,
  :codec,
  :frame_rate,
  :frame_resolution,
  :pid,
  :sample_rate,
  :sample_size,
  :stream_type)
  SENSITIVE = []
  include Aws::Structure
end

#frame_rateString

The frame rate used by the video stream.

Returns:

  • (String)


4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4161

class TransportStream < Struct.new(
  :channels,
  :codec,
  :frame_rate,
  :frame_resolution,
  :pid,
  :sample_rate,
  :sample_size,
  :stream_type)
  SENSITIVE = []
  include Aws::Structure
end

#frame_resolutionTypes::FrameResolution

The frame resolution used by the video stream.



4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4161

class TransportStream < Struct.new(
  :channels,
  :codec,
  :frame_rate,
  :frame_resolution,
  :pid,
  :sample_rate,
  :sample_size,
  :stream_type)
  SENSITIVE = []
  include Aws::Structure
end

#pidInteger

The Packet ID (PID) as it is reported in the Program Map Table.

Returns:

  • (Integer)


4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4161

class TransportStream < Struct.new(
  :channels,
  :codec,
  :frame_rate,
  :frame_resolution,
  :pid,
  :sample_rate,
  :sample_size,
  :stream_type)
  SENSITIVE = []
  include Aws::Structure
end

#sample_rateInteger

The sample rate used by the audio stream.

Returns:

  • (Integer)


4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4161

class TransportStream < Struct.new(
  :channels,
  :codec,
  :frame_rate,
  :frame_resolution,
  :pid,
  :sample_rate,
  :sample_size,
  :stream_type)
  SENSITIVE = []
  include Aws::Structure
end

#sample_sizeInteger

The sample bit size used by the audio stream.

Returns:

  • (Integer)


4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4161

class TransportStream < Struct.new(
  :channels,
  :codec,
  :frame_rate,
  :frame_resolution,
  :pid,
  :sample_rate,
  :sample_size,
  :stream_type)
  SENSITIVE = []
  include Aws::Structure
end

#stream_typeString

The Stream Type as it is reported in the Program Map Table.

Returns:

  • (String)


4161
4162
4163
4164
4165
4166
4167
4168
4169
4170
4171
4172
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4161

class TransportStream < Struct.new(
  :channels,
  :codec,
  :frame_rate,
  :frame_resolution,
  :pid,
  :sample_rate,
  :sample_size,
  :stream_type)
  SENSITIVE = []
  include Aws::Structure
end