Enum PlayerError
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.MediaPlayer.dll
Specifies errors.
public enum PlayerError
Fields
| Name | Description |
|---|---|
| AudioCodecNotSupported | Not supported audio codec. |
| BufferSpace | Not enough buffer. |
| ConnectionFailed | Connection to service failed. |
| DrmNotPermitted | Not permitted DRM. |
| InternalError | Internal error. |
| InvalidState | Invalid state. |
| InvalidUri | Invalid uri. |
| NoSpaceOnDevice | No space. |
| NoSuchFile | File does not exists. |
| NotSupportedFile | Not supported file. |
| SeekFailed | SetPlayPositionAsync(int, bool) failed. |
| ServiceDisconnected | Service disconnected. |
| SubtitleNotSupported | Not supported subtitle file. |
| VideoCodecNotSupported | Not supported video codec. |