From: hjkim Date: Fri, 13 Sep 2024 08:12:15 +0000 (+0900) Subject: Remove wearable profile statement X-Git-Tag: accepted/tizen/unified/20240920.172811^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b568f54154197e5503a33bc8231a2bea5123405b;p=platform%2Fcore%2Fapi%2Fplayer.git Remove wearable profile statement Change-Id: I9aaec38e6c75cfb33058a000e0e24f99efbced75 --- diff --git a/include/tv/player.h b/include/tv/player.h index 06f4143..c959336 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);