Class: Aws::MediaConnect::Types::TransportStream
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::TransportStream
- 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
-
#channels ⇒ Integer
The number of channels in the audio stream.
-
#codec ⇒ String
The codec used by the stream.
-
#frame_rate ⇒ String
The frame rate used by the video stream.
-
#frame_resolution ⇒ Types::FrameResolution
The frame resolution used by the video stream.
-
#pid ⇒ Integer
The Packet ID (PID) as it is reported in the Program Map Table.
-
#sample_rate ⇒ Integer
The sample rate used by the audio stream.
-
#sample_size ⇒ Integer
The sample bit size used by the audio stream.
-
#stream_type ⇒ String
The Stream Type as it is reported in the Program Map Table.
Instance Attribute Details
#channels ⇒ Integer
The number of channels in the audio stream.
4247 4248 4249 4250 4251 4252 4253 4254 4255 4256 4257 4258 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4247 class TransportStream < Struct.new( :channels, :codec, :frame_rate, :frame_resolution, :pid, :sample_rate, :sample_size, :stream_type) SENSITIVE = [] include Aws::Structure end |
#codec ⇒ String
The codec used by the stream.
4247 4248 4249 4250 4251 4252 4253 4254 4255 4256 4257 4258 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4247 class TransportStream < Struct.new( :channels, :codec, :frame_rate, :frame_resolution, :pid, :sample_rate, :sample_size, :stream_type) SENSITIVE = [] include Aws::Structure end |
#frame_rate ⇒ String
The frame rate used by the video stream.
4247 4248 4249 4250 4251 4252 4253 4254 4255 4256 4257 4258 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4247 class TransportStream < Struct.new( :channels, :codec, :frame_rate, :frame_resolution, :pid, :sample_rate, :sample_size, :stream_type) SENSITIVE = [] include Aws::Structure end |
#frame_resolution ⇒ Types::FrameResolution
The frame resolution used by the video stream.
4247 4248 4249 4250 4251 4252 4253 4254 4255 4256 4257 4258 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4247 class TransportStream < Struct.new( :channels, :codec, :frame_rate, :frame_resolution, :pid, :sample_rate, :sample_size, :stream_type) SENSITIVE = [] include Aws::Structure end |
#pid ⇒ Integer
The Packet ID (PID) as it is reported in the Program Map Table.
4247 4248 4249 4250 4251 4252 4253 4254 4255 4256 4257 4258 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4247 class TransportStream < Struct.new( :channels, :codec, :frame_rate, :frame_resolution, :pid, :sample_rate, :sample_size, :stream_type) SENSITIVE = [] include Aws::Structure end |
#sample_rate ⇒ Integer
The sample rate used by the audio stream.
4247 4248 4249 4250 4251 4252 4253 4254 4255 4256 4257 4258 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4247 class TransportStream < Struct.new( :channels, :codec, :frame_rate, :frame_resolution, :pid, :sample_rate, :sample_size, :stream_type) SENSITIVE = [] include Aws::Structure end |
#sample_size ⇒ Integer
The sample bit size used by the audio stream.
4247 4248 4249 4250 4251 4252 4253 4254 4255 4256 4257 4258 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4247 class TransportStream < Struct.new( :channels, :codec, :frame_rate, :frame_resolution, :pid, :sample_rate, :sample_size, :stream_type) SENSITIVE = [] include Aws::Structure end |
#stream_type ⇒ String
The Stream Type as it is reported in the Program Map Table.
4247 4248 4249 4250 4251 4252 4253 4254 4255 4256 4257 4258 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 4247 class TransportStream < Struct.new( :channels, :codec, :frame_rate, :frame_resolution, :pid, :sample_rate, :sample_size, :stream_type) SENSITIVE = [] include Aws::Structure end |