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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-mediaconnect/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)


4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 4149

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)


4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 4149

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)


4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 4149

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.



4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 4149

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)


4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 4149

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)


4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 4149

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)


4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 4149

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)


4149
4150
4151
4152
4153
4154
4155
4156
4157
4158
4159
4160
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 4149

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