Class AsyncMedia.PlayRequest

Enclosing interface:
AsyncMedia

public static class AsyncMedia.PlayRequest extends AsyncResource<AsyncMedia>

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

Since

7.0

See also
  • #playAsync()
  • Constructor Details

    • PlayRequest

      public PlayRequest()