CloudMediaPlaybackState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public enum CloudMediaPlaybackState
type CloudMediaPlaybackState =
- Inheritance
-
CloudMediaPlaybackState
Fields
| Name | Value | Description |
|---|---|---|
| Buffering | 1 | Constant to notify that the playback is buffering Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| Ready | 2 | Constant to notify that the playback is ready to be played Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| Started | 3 | Constant to notify that the playback has started Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| Paused | 4 | Constant to notify that the playback is paused. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| Completed | 5 | Constant to notify that the playback has completed Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| ErrorRetriableFailure | 6 | Constant to notify that the playback has failed with a retriable error. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| ErrorPermanentFailure | 7 | Constant to notify that the playback has failed with a permanent error. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |
| MediaSizeChanged | 8 | Constant to notify that the media size is first known or has changed. Pass the width and height of the media as a Point inside the Bundle with ContentResolver.EXTRA_SIZE as the key. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. |