* @remarks Calling player_pause() or player_start() before player_seek_completed_cb() is invoked will cause #PLAYER_ERROR_INVALID_OPERATION to be returned.
* @remarks Please note that if application is playing external media data via player_set_media_stream_info(),
* then consecutive calling of this function will always succeed and there is no need to wait for player_seek_completed_cb()
- * before next calling of this function.(since_tizen 3.0)
+ * before next calling of this function.(Since 3.0)
* @remarks Even if you don't set visible to true by calling player_set_display_visible(),
* the video will be shown when the player_seek_completed_cb() is invoked.
* @remarks In case of non-seekable content, the function will return #PLAYER_ERROR_INVALID_OPERATION
typedef enum {
PLAYER_VIDEO_CODEC_TYPE_EX_HW, /**< This is an optional flag for using the h/w codec */
PLAYER_VIDEO_CODEC_TYPE_EX_SW, /**< This is an optional flag for using the s/w codec */
- PLAYER_VIDEO_CODEC_TYPE_EX_DEFAULT, /**< This is an optional flag for using codec which has higher priority */
+ PLAYER_VIDEO_CODEC_TYPE_EX_DEFAULT, /**< This is an optional flag for using the codec which has higher priority */
} player_video_codec_type_ex_e;
/**