Remove wearable profile statement 32/317732/1 accepted/tizen_unified accepted/tizen_unified_dev accepted/tizen_unified_toolchain accepted/tizen_unified_x tizen accepted/tizen/unified/20240920.172811 accepted/tizen/unified/dev/20240924.080558 accepted/tizen/unified/toolchain/20241004.101657 accepted/tizen/unified/x/20240923.021159
authorhjkim <backto.kim@samsung.com>
Fri, 13 Sep 2024 08:12:15 +0000 (17:12 +0900)
committerhjkim <backto.kim@samsung.com>
Fri, 13 Sep 2024 08:12:15 +0000 (17:12 +0900)
Change-Id: I9aaec38e6c75cfb33058a000e0e24f99efbced75

include/tv/player.h

index 06f4143..c959336 100644 (file)
@@ -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);