PlayerErrorCode
1000 - 1999: Player-related error codes
1000 - 1099: General
1100 - 1199: Playback
1200 - 1299: Network
Entries
Verification of the player license key failed. A valid license must be provided in the app manifest or PlayerConfig.
The license request was failed or was denied by the server. One possible reason is that the package of the app is not authorized for the specified player license key. Make sure that the package name of the application is registered for the license key provided in the app manifest or PlayerConfig. This can be done in the Bitmovin dashboard.
The player timed out in a non-network operation, e.g. when detaching the surface or releasing the player. The message of the according PlayerEvent.Error provides more information.
A general error indicating that a decoder action failed. The message of the according PlayerEvent.Error provides more information.
Initialization of a decoder failed. The message of the according PlayerEvent.Error provides more information.
Decoding a media segment failed. The message of the according PlayerEvent.Error provides more information.
Decoding of unsupported data format failed. The message of the according PlayerEvent.Error provides more information.
Decoding of a format that exceeds the device capabilities failed. The message of the according PlayerEvent.Error provides more information.
Properties
Functions
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.)
Returns an array containing the constants of this enum type, in the order they're declared.