CypressMediaPlayerErrorCode

Represents the error code of CypressMediaPlayer.

Entries

Link copied to clipboard

Unknown error.

Link copied to clipboard

Out of memory error.

Link copied to clipboard

Invalid argument error.

Link copied to clipboard

System error, for example create thread failed.

Link copied to clipboard

Audio error.

Link copied to clipboard

Video error.

Link copied to clipboard

Stream info not found error.

Link copied to clipboard

Demuxer read failed error.

Link copied to clipboard

Decoder not found error.

Link copied to clipboard

IO error.

Properties

Link copied to clipboard
val code: Int

The error code.

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.