Class AsyncMedia.PauseRequest
- Enclosing interface:
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()
-
Nested Class Summary
Nested classes/interfaces inherited from class AsyncResource
AsyncResource.AsyncExecutionException, AsyncResource.CancellationException -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AsyncResource
addListener, all, all, asPromise, await, await, await, cancel, complete, error, except, except, get, get, get, isCancelled, isCancelled, isDone, isReady, onResult, ready, ready, waitForMethods inherited from class Observable
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged
-
Constructor Details
-
PauseRequest
public PauseRequest()
-