Class: Aws::Types::MediaStream

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attributesTypes::MediaStreamAttributes

Returns the value of attribute attributes.



1313
1314
1315
# File 'sig/types.rbs', line 1313

def attributes
  @attributes
end

#clock_rate::Integer

Returns the value of attribute clock_rate.

Returns:

  • (::Integer)


1314
1315
1316
# File 'sig/types.rbs', line 1314

def clock_rate
  @clock_rate
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


1315
1316
1317
# File 'sig/types.rbs', line 1315

def description
  @description
end

#fmt::Integer

Returns the value of attribute fmt.

Returns:

  • (::Integer)


1316
1317
1318
# File 'sig/types.rbs', line 1316

def fmt
  @fmt
end

#media_stream_id::Integer

Returns the value of attribute media_stream_id.

Returns:

  • (::Integer)


1317
1318
1319
# File 'sig/types.rbs', line 1317

def media_stream_id
  @media_stream_id
end

#media_stream_name::String

Returns the value of attribute media_stream_name.

Returns:

  • (::String)


1318
1319
1320
# File 'sig/types.rbs', line 1318

def media_stream_name
  @media_stream_name
end

#media_stream_type"video", ...

Returns the value of attribute media_stream_type.

Returns:

  • ("video", "audio", "ancillary-data")


1319
1320
1321
# File 'sig/types.rbs', line 1319

def media_stream_type
  @media_stream_type
end

#video_format::String

Returns the value of attribute video_format.

Returns:

  • (::String)


1320
1321
1322
# File 'sig/types.rbs', line 1320

def video_format
  @video_format
end