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