X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fmedia_video.h;h=c9699903dd964ef01d741ca97286b50a8bcf567c;hb=04158a106bb33878c4bf60a31863db9deed4723d;hp=7883094c5e2fcd5e606ee91078521a658f31fbbd;hpb=e2a34dfb6e31367a2d67f9d678d1e11d8d75302e;p=platform%2Fcore%2Fapi%2Fmedia-content.git diff --git a/include/media_video.h b/include/media_video.h index 7883094..c969990 100755 --- a/include/media_video.h +++ b/include/media_video.h @@ -101,7 +101,7 @@ int video_meta_get_media_id(video_meta_h video, char **media_id); /** * @brief Gets the album of the given video metadata. * @details If the value is an empty string, the method returns "Unknown". \n - * Since 3.0, if the media content has no album info, the method returns empty string. + * Since 3.0, if the media content has no album info, the method returns empty string. * * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif * @@ -122,7 +122,7 @@ int video_meta_get_album(video_meta_h video, char **album); /** * @brief Gets the artist of the given video metadata. * @details If the value is an empty string, the method returns "Unknown". \n - * Since 3.0, if the media content has no artist info, the method returns empty string. + * Since 3.0, if the media content has no artist info, the method returns empty string. * * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif * @@ -143,7 +143,7 @@ int video_meta_get_artist(video_meta_h video, char **artist); /** * @brief Gets the video album artist. * @details If the value is an empty string, the method returns "Unknown". \n - * Since 3.0, if the media content has no album artist info, the method returns empty string. + * Since 3.0, if the media content has no album artist info, the method returns empty string. * * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif * @@ -164,7 +164,7 @@ int video_meta_get_album_artist(video_meta_h video, char **album_artist); /** * @brief Gets the genre of the given video metadata. * @details If the value is an empty string, the method returns "Unknown". \n - * Since 3.0, if the media content has no genre info, the method returns empty string. + * Since 3.0, if the media content has no genre info, the method returns empty string. * * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif * @@ -185,7 +185,7 @@ int video_meta_get_genre(video_meta_h video, char **genre); /** * @brief Gets the composer of the given video metadata. * @details If the value is an empty string, the method returns "Unknown". \n - * Since 3.0, if the media content has no composer info, the method returns empty string. + * Since 3.0, if the media content has no composer info, the method returns empty string. * * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif * @@ -206,7 +206,7 @@ int video_meta_get_composer(video_meta_h video, char **composer); /** * @brief Gets the year of the given video metadata. * @details If the value is an empty string, the method returns "Unknown". \n - * Since 3.0, if the media content has no year info, the method returns empty string. + * Since 3.0, if the media content has no year info, the method returns empty string. * * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif * @@ -225,9 +225,9 @@ int video_meta_get_composer(video_meta_h video, char **composer); int video_meta_get_year(video_meta_h video, char **year); /** - * @brief Gets the recorded date of the video. - * @details The recorded date is got from video file's metadata. Some formats like mp4 use UTC and the rest can be different. \n - * So, please refer to the format specification if needed. + * @brief Gets the recorded date of the given video metadata. + * @details The format of the recorded date may vary depending on the file format. \n + * For more details on the recorded date format, refer to the file format specification. * * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif * @@ -248,7 +248,7 @@ int video_meta_get_recorded_date(video_meta_h video, char **recorded_date); /** * @brief Gets the copyright notice of the given video metadata. * @details If the value is an empty string, the method returns "Unknown". \n - * Since 3.0, if the media content has no copyright info, the method returns empty string. + * Since 3.0, if the media content has no copyright info, the method returns empty string. * * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif * @@ -269,7 +269,7 @@ int video_meta_get_copyright(video_meta_h video, char **copyright); /** * @brief Gets the track number of the given video metadata. * @details If the value is an empty string, the method returns "Unknown". \n - * Since 3.0, if the media content has no track info, the method returns empty string. + * Since 3.0, if the media content has no track info, the method returns empty string. * * @since_tizen @if MOBILE 2.3 @elseif WEARABLE 2.3.1 @endif *