Class: Aws::Types::TransportStream

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#channels::Integer

Returns the value of attribute channels.

Returns:

  • (::Integer)


2349
2350
2351
# File 'sig/types.rbs', line 2349

def channels
  @channels
end

#codec::String

Returns the value of attribute codec.

Returns:

  • (::String)


2350
2351
2352
# File 'sig/types.rbs', line 2350

def codec
  @codec
end

#frame_rate::String

Returns the value of attribute frame_rate.

Returns:

  • (::String)


2351
2352
2353
# File 'sig/types.rbs', line 2351

def frame_rate
  @frame_rate
end

#frame_resolutionTypes::FrameResolution

Returns the value of attribute frame_resolution.



2352
2353
2354
# File 'sig/types.rbs', line 2352

def frame_resolution
  @frame_resolution
end

#pid::Integer

Returns the value of attribute pid.

Returns:

  • (::Integer)


2353
2354
2355
# File 'sig/types.rbs', line 2353

def pid
  @pid
end

#sample_rate::Integer

Returns the value of attribute sample_rate.

Returns:

  • (::Integer)


2354
2355
2356
# File 'sig/types.rbs', line 2354

def sample_rate
  @sample_rate
end

#sample_size::Integer

Returns the value of attribute sample_size.

Returns:

  • (::Integer)


2355
2356
2357
# File 'sig/types.rbs', line 2355

def sample_size
  @sample_size
end

#stream_type::String

Returns the value of attribute stream_type.

Returns:

  • (::String)


2356
2357
2358
# File 'sig/types.rbs', line 2356

def stream_type
  @stream_type
end