You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MediaLive::Types::FrameCaptureSettings

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing FrameCaptureSettings as input to an Aws::Client method, you can use a vanilla Hash:

{
  capture_interval: 1, # required
  capture_interval_units: "MILLISECONDS", # accepts MILLISECONDS, SECONDS
}

Frame Capture Settings

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#capture_intervalInteger

The frequency at which to capture frames for inclusion in the output. May be specified in either seconds or milliseconds, as specified by captureIntervalUnits.

Returns:

  • (Integer)

    The frequency at which to capture frames for inclusion in the output.

#capture_interval_unitsString

Unit for the frame capture interval.

Possible values:

  • MILLISECONDS
  • SECONDS

Returns:

  • (String)

    Unit for the frame capture interval.