From 845d1dadaa251ba2c18a4ff96707b69fb91c26c2 Mon Sep 17 00:00:00 2001 From: hjkim Date: Fri, 13 Sep 2024 17:12:15 +0900 Subject: [PATCH] Remove wearable profile statement Change-Id: I9aaec38e6c75cfb33058a000e0e24f99efbced75 --- include/tv/player.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/tv/player.h b/include/tv/player.h index 9c5feef..9fc52d9 100644 --- a/include/tv/player.h +++ b/include/tv/player.h @@ -599,7 +599,6 @@ int player_unprepare(player_h player); * @retval #PLAYER_ERROR_INVALID_OPERATION Invalid operation * @retval #PLAYER_ERROR_INVALID_STATE Invalid player state * @retval #PLAYER_ERROR_PERMISSION_DENIED Permission denied - * @if WEARABLE @retval #PLAYER_ERROR_FEATURE_NOT_SUPPORTED_ON_DEVICE Unsupported feature @endif * @pre The player state must be set to #PLAYER_STATE_IDLE by calling player_create() or player_unprepare(). * @see player_set_memory_buffer() */ @@ -1810,7 +1809,6 @@ int player_unset_error_cb(player_h player); * @retval #PLAYER_ERROR_NONE Successful * @retval #PLAYER_ERROR_INVALID_PARAMETER Invalid parameter * @retval #PLAYER_ERROR_INVALID_OPERATION Invalid operation - * @if WEARABLE @retval #PLAYER_ERROR_FEATURE_NOT_SUPPORTED_ON_DEVICE Unsupported feature @endif * @post player_buffering_cb() will be invoked. * @see player_unset_buffering_cb() * @see player_set_uri() @@ -2597,7 +2595,6 @@ int player_get_audio_codec_type(player_h player, player_codec_type_e *codec_type * @retval #PLAYER_ERROR_INVALID_PARAMETER Invalid parameter * @retval #PLAYER_ERROR_INVALID_STATE Invalid state * @retval #PLAYER_ERROR_INVALID_OPERATION Invalid operation (since 5.5) - * @if WEARABLE @retval #PLAYER_ERROR_FEATURE_NOT_SUPPORTED_ON_DEVICE Unsupported feature @endif * @pre The player state must be #PLAYER_STATE_IDLE. * @see player_get_streaming_buffering_time() * @par Example @@ -2638,7 +2635,6 @@ int player_set_streaming_buffering_time(player_h player, int prebuffer_ms, int r * otherwise a negative error value * @retval #PLAYER_ERROR_NONE Successful * @retval #PLAYER_ERROR_INVALID_PARAMETER Invalid parameter - * @if WEARABLE @retval #PLAYER_ERROR_FEATURE_NOT_SUPPORTED_ON_DEVICE Unsupported feature @endif * @see player_set_streaming_buffering_time() */ int player_get_streaming_buffering_time(player_h player, int *prebuffer_ms, int *rebuffer_ms); -- 2.34.1