Enum MediaCodecError
Definition
- Namespace:
- Tizen.Multimedia.MediaCodec
- Assembly:
- Tizen.Multimedia.MediaCodec.dll
Specifies the errors of MediaCodec.
public enum MediaCodecError
Fields
| Name | Description |
|---|---|
| InternalError | An internal error. |
| InvalidStream | The stream is invalid. |
| NotSupportedFormat | The format is not supported. |
| OutOfStorage | Not enough storage. |