Class: Aws::Types::FrameCaptureSettings
- Inherits:
-
Object
- Object
- Aws::Types::FrameCaptureSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capture_interval ⇒ ::Integer
Returns the value of attribute capture_interval.
-
#capture_interval_units ⇒ "MILLISECONDS", "SECONDS"
Returns the value of attribute capture_interval_units.
-
#timecode_burnin_settings ⇒ Types::TimecodeBurninSettings
Returns the value of attribute timecode_burnin_settings.
Instance Attribute Details
#capture_interval ⇒ ::Integer
Returns the value of attribute capture_interval.
1368 1369 1370 |
# File 'sig/types.rbs', line 1368 def capture_interval @capture_interval end |
#capture_interval_units ⇒ "MILLISECONDS", "SECONDS"
Returns the value of attribute capture_interval_units.
1369 1370 1371 |
# File 'sig/types.rbs', line 1369 def capture_interval_units @capture_interval_units end |
#timecode_burnin_settings ⇒ Types::TimecodeBurninSettings
Returns the value of attribute timecode_burnin_settings.
1370 1371 1372 |
# File 'sig/types.rbs', line 1370 def timecode_burnin_settings @timecode_burnin_settings end |