* @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
* @remarks Sound can be mixed with other sounds if you don't control the stream focus in sound-manager module since 3.0.\n
* You can refer to @ref CAPI_MEDIA_SOUND_MANAGER_MODULE.
+ * @remarks Even if you don't set visible to true by calling player_set_display_visible, the video will be shown on #PLAYER_STATE_PLAYING state.
* @details Plays current media content, or resumes play if paused.
*
* @param[in] player The handle to the media player
* @see player_set_progressive_download_path()
* @see player_set_progressive_download_message_cb()
* @see player_pd_message_cb()
+ * @see player_set_display_visible()
*/
int player_start(player_h player);
* @brief Sets the visibility of the video display
* @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif
* @remarks If no display is set, no operation is performed.
+ * @remarks If you set visible before calling player_set_display, it will be applied on #PLAYER_STATE_READY state.
* @param[in] player The handle to the media player
* @param[in] visible The visibility of the display (@c true = visible, @c false = non-visible )
* @return @c 0 on success,