Enum MediaCodecError

Definition

Namespace:
Tizen.Multimedia.MediaCodec
Assembly:
Tizen.Multimedia.MediaCodec.dll
API Level:
3

Specifies the errors of MediaCodec.

C#
Copy
public enum MediaCodecError
Name Description
InternalError

An internal error.

InvalidStream

The stream is invalid.

NotSupportedFormat

The format is not supported.

OutOfStorage

Not enough storage.

See Also