PlayerErrorCodes
On this page
- PlayerErrorCodes ⇐
Const
- PlayerErrorCodes()
- NOT_SUPPORTED :
number
- NO_SIGNAL :
number
- OBJECT_LOCKED :
number
- PARENTAL_LOCKED :
number
- ENCRYPTED :
number
- CHANNEL_UNKNOWN :
number
- INTERRUPTED :
number
- RECORDED :
number
- URI_NOT_FOUND :
number
- BANDWIDTH :
number
- UNREALIZED :
number
- RESOURCE :
number
- STREAM_NOT_FOUND :
number
- TIMEOUT :
number
- INVALID_SOURCE :
number
- UNKNOWN_SOURCE :
number
- DRM_ERROR :
number
- SOURCE_CHANGE_ERROR :
number
- NETWORK_ERROR :
number
- DECODE_ERROR :
number
- CHANNEL_LOCKED :
number
- ADULT_LOCKED :
number
- INVALID_PLAYER_SESSION :
number
- UNKNOWN :
number
- NO_ERROR :
number
PlayerErrorCodes ⇐ Const
Kind: global class
Extends: Const
- PlayerErrorCodes ⇐
Const
- new PlayerErrorCodes()
- .NOT_SUPPORTED :
number
- .NO_SIGNAL :
number
- .OBJECT_LOCKED :
number
- .PARENTAL_LOCKED :
number
- .ENCRYPTED :
number
- .CHANNEL_UNKNOWN :
number
- .INTERRUPTED :
number
- .RECORDED :
number
- .URI_NOT_FOUND :
number
- .BANDWIDTH :
number
- .UNREALIZED :
number
- .RESOURCE :
number
- .STREAM_NOT_FOUND :
number
- .TIMEOUT :
number
- .INVALID_SOURCE :
number
- .UNKNOWN_SOURCE :
number
- .DRM_ERROR :
number
- .SOURCE_CHANGE_ERROR :
number
- .NETWORK_ERROR :
number
- .DECODE_ERROR :
number
- .CHANNEL_LOCKED :
number
- .ADULT_LOCKED :
number
- .INVALID_PLAYER_SESSION :
number
- .UNKNOWN :
number
- .NO_ERROR :
number
PlayerErrorCodes()
A static class that exposes the possible errors of all kind of players
NOT_SUPPORTED : number
Channel not supported by tuner
Kind: static constant of PlayerErrorCodes
NO_SIGNAL : number
Cannot tune to given transport stream (e.g. no signal)
Kind: static constant of PlayerErrorCodes
OBJECT_LOCKED : number
Tuner locked by other object.
Kind: static constant of PlayerErrorCodes
PARENTAL_LOCKED : number
Parental locked status
Kind: static constant of PlayerErrorCodes
ENCRYPTED : number
Encrypted channel, key/module missing.
Kind: static constant of PlayerErrorCodes
CHANNEL_UNKNOWN : number
Unknown channel
Kind: static constant of PlayerErrorCodes
INTERRUPTED : number
Channel switch interrupted (e.g. because another channel switch was activated before the previous one completed).
Kind: static constant of PlayerErrorCodes
RECORDED : number
Channel cannot be changed, because it is currently being recorded.
Kind: static constant of PlayerErrorCodes
URI_NOT_FOUND : number
Cannot resolve URI of referenced IP channel.
Kind: static constant of PlayerErrorCodes
BANDWIDTH : number
Insufficient bandwidth.
Kind: static constant of PlayerErrorCodes
UNREALIZED : number
The player is in the unrealized state and can not perform the requested action.
Kind: static constant of PlayerErrorCodes
RESOURCE : number
Insufficient resources are available to present the given channel (e.g. a lack of available codec resources).
Kind: static constant of PlayerErrorCodes
STREAM_NOT_FOUND : number
Specified channel not found in transport stream.
Kind: static constant of PlayerErrorCodes
TIMEOUT : number
A channel change request was made but no event were triggered following the action after a certain amount of time
Kind: static constant of PlayerErrorCodes
INVALID_SOURCE : number
The source is not valid: null, no id, no url
Kind: static constant of PlayerErrorCodes
UNKNOWN_SOURCE : number
The source is unknown, meaning the requested channel does not exist, the url of a video points to an non existing resource, …
Kind: static constant of PlayerErrorCodes
DRM_ERROR : number
The DRM process has failed
Kind: static constant of PlayerErrorCodes
SOURCE_CHANGE_ERROR : number
Generic error when the source change has failed
Kind: static constant of PlayerErrorCodes
NETWORK_ERROR : number
Some kind of network error occurred which prevented the media from being successfully fetched
Kind: static constant of PlayerErrorCodes
DECODE_ERROR : number
Despite having previously been determined to be usable, an error occurred while trying to decode the media resource
Kind: static constant of PlayerErrorCodes
CHANNEL_LOCKED : number
Channel locked status
Kind: static constant of PlayerErrorCodes
ADULT_LOCKED : number
Adult locked status
Kind: static constant of PlayerErrorCodes
INVALID_PLAYER_SESSION : number
The playerSession is not valid
Kind: static constant of PlayerErrorCodes
UNKNOWN : number
Unidentified error.
Kind: static constant of PlayerErrorCodes
NO_ERROR : number
No error
Kind: static constant of PlayerErrorCodes