:orphan: .. index:: pair: enum; tapi_media_player_error .. _doxid-group__tapi__media__player_1ga5ef6dcbcd56a034682c01571dd017ebe: enum tapi_media_player_error ============================ Overview ~~~~~~~~ List of possible playback errors. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include enum tapi_media_player_error { :ref:`TAPI_MP_ERROR_NOT_FOUND`, :ref:`TAPI_MP_ERROR_EXHAUSTED_CACHE`, :ref:`TAPI_MP_ERROR_NO_RESPONSE`, :ref:`TAPI_MP_ERROR_BROKEN`, :ref:`TAPI_MP_ERROR_MAX`, }; .. _details-group__tapi__media__player_1ga5ef6dcbcd56a034682c01571dd017ebe: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ List of possible playback errors. Enum Values ----------- .. index:: pair: enumvalue; TAPI_MP_ERROR_NOT_FOUND .. _doxid-group__tapi__media__player_1gga5ef6dcbcd56a034682c01571dd017ebea73d0a3ea5cfb596932a7b526649bcab4: .. ref-code-block:: cpp :class: doxyrest-title-code-block TAPI_MP_ERROR_NOT_FOUND File not found on server. .. index:: pair: enumvalue; TAPI_MP_ERROR_EXHAUSTED_CACHE .. _doxid-group__tapi__media__player_1gga5ef6dcbcd56a034682c01571dd017ebea87b44aae9e7f250c3a8e352af1821fbe: .. ref-code-block:: cpp :class: doxyrest-title-code-block TAPI_MP_ERROR_EXHAUSTED_CACHE Playback cache is exhausted. .. index:: pair: enumvalue; TAPI_MP_ERROR_NO_RESPONSE .. _doxid-group__tapi__media__player_1gga5ef6dcbcd56a034682c01571dd017ebea8ac0c57827c6248df55a17cce11fdc5c: .. ref-code-block:: cpp :class: doxyrest-title-code-block TAPI_MP_ERROR_NO_RESPONSE No response from remote server. .. index:: pair: enumvalue; TAPI_MP_ERROR_BROKEN .. _doxid-group__tapi__media__player_1gga5ef6dcbcd56a034682c01571dd017ebea852f3c889b3aec64b391bb7747e7e0a0: .. ref-code-block:: cpp :class: doxyrest-title-code-block TAPI_MP_ERROR_BROKEN Connection is broken. .. index:: pair: enumvalue; TAPI_MP_ERROR_MAX .. _doxid-group__tapi__media__player_1gga5ef6dcbcd56a034682c01571dd017ebeab069dcce5b74934132cf5d9cec49a053: .. ref-code-block:: cpp :class: doxyrest-title-code-block TAPI_MP_ERROR_MAX Not error, but elements number.