enum tapi_media_player_error
Overview
List of possible playback errors. More…
#include <tapi_media_player.h> enum tapi_media_player_error { TAPI_MP_ERROR_NOT_FOUND, TAPI_MP_ERROR_EXHAUSTED_CACHE, TAPI_MP_ERROR_NO_RESPONSE, TAPI_MP_ERROR_BROKEN, TAPI_MP_ERROR_MAX, };
Detailed Documentation
List of possible playback errors.
Enum Values
TAPI_MP_ERROR_NOT_FOUND
File not found on server.
TAPI_MP_ERROR_EXHAUSTED_CACHE
Playback cache is exhausted.
TAPI_MP_ERROR_NO_RESPONSE
No response from remote server.
TAPI_MP_ERROR_BROKEN
Connection is broken.
TAPI_MP_ERROR_MAX
Not error, but elements number.