Class: Aws::Types::NdiMediaStreamInfo

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)


1450
1451
1452
# File 'sig/types.rbs', line 1450

def channels
  @channels
end

#codec::String

Returns the value of attribute codec.

Returns:

  • (::String)


1445
1446
1447
# File 'sig/types.rbs', line 1445

def codec
  @codec
end

#frame_rate::String

Returns the value of attribute frame_rate.

Returns:

  • (::String)


1449
1450
1451
# File 'sig/types.rbs', line 1449

def frame_rate
  @frame_rate
end

#frame_resolutionTypes::FrameResolution

Returns the value of attribute frame_resolution.



1448
1449
1450
# File 'sig/types.rbs', line 1448

def frame_resolution
  @frame_resolution
end

#sample_rate::Integer

Returns the value of attribute sample_rate.

Returns:

  • (::Integer)


1451
1452
1453
# File 'sig/types.rbs', line 1451

def sample_rate
  @sample_rate
end

#scan_mode"progressive", ...

Returns the value of attribute scan_mode.

Returns:

  • ("progressive", "interlace", "progressive-segmented-frame")


1447
1448
1449
# File 'sig/types.rbs', line 1447

def scan_mode
  @scan_mode
end

#stream_id::Integer

Returns the value of attribute stream_id.

Returns:

  • (::Integer)


1446
1447
1448
# File 'sig/types.rbs', line 1446

def stream_id
  @stream_id
end

#stream_type::String

Returns the value of attribute stream_type.

Returns:

  • (::String)


1444
1445
1446
# File 'sig/types.rbs', line 1444

def stream_type
  @stream_type
end