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)


4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
4638
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 4627

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)


4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
4638
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 4627

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)


4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
4638
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 4627

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.



4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
4638
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 4627

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)


4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
4638
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 4627

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)


4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
4638
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 4627

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)


4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
4638
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 4627

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)


4627
4628
4629
4630
4631
4632
4633
4634
4635
4636
4637
4638
# File 'gems/aws-sdk-mediaconnect/lib/aws-sdk-mediaconnect/types.rb', line 4627

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