Class AsyncMedia.PauseRequest

Enclosing interface:
AsyncMedia

public static class AsyncMedia.PauseRequest extends AsyncResource<AsyncMedia>

An async resource used to track the progress of a pauseAsync() request. It will resolve when the media has paused, or if an error occurs first.

See also
  • #pauseAsync()
  • Constructor Details

    • PauseRequest

      public PauseRequest()