From b6dea82410c75f1c21ff620f9d2e334287bcfea5 Mon Sep 17 00:00:00 2001 From: Minje Ahn Date: Wed, 8 Apr 2020 16:26:07 +0900 Subject: [PATCH] Fix incorrect description Change-Id: Ia002693adc894acd2afb0eaf04d70968e3d51150 Signed-off-by: Minje Ahn (cherry picked from commit 04158a106bb33878c4bf60a31863db9deed4723d) --- include/media_audio.h | 18 +++++++++--------- include/media_video.h | 22 +++++++++++----------- include_product/media_audio.h | 18 +++++++++--------- include_product/media_video.h | 22 +++++++++++----------- 4 files changed, 40 insertions(+), 40 deletions(-) diff --git a/include/media_audio.h b/include/media_audio.h index 2dcd046..9ab5009 100755 --- a/include/media_audio.h +++ b/include/media_audio.h @@ -101,7 +101,7 @@ int audio_meta_get_media_id(audio_meta_h audio, char **media_id); /** * @brief Gets the album of the given audio 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 audio_meta_get_album(audio_meta_h audio, char **album); /** * @brief Gets the artist of the given audio 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 audio_meta_get_artist(audio_meta_h audio, char **artist); /** * @brief Gets the album artist of the given audio metadata. * @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 audio_meta_get_album_artist(audio_meta_h audio, char **album_artist); /** * @brief Gets the genre of the given audio 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 audio_meta_get_genre(audio_meta_h audio, char **genre); /** * @brief Gets the composer of the given audio 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 audio_meta_get_composer(audio_meta_h audio, char **composer); /** * @brief Gets the year of the given audio 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 * @@ -226,8 +226,8 @@ int audio_meta_get_year(audio_meta_h audio, char **year); /** * @brief Gets the recorded date of the given audio metadata. - * @details The recorded date is got from audio 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. + * @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 * @@ -268,7 +268,7 @@ int audio_meta_get_copyright(audio_meta_h audio, char **copyright); /** * @brief Gets the track number of the given audio 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 * 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 * diff --git a/include_product/media_audio.h b/include_product/media_audio.h index 2dcd046..9ab5009 100755 --- a/include_product/media_audio.h +++ b/include_product/media_audio.h @@ -101,7 +101,7 @@ int audio_meta_get_media_id(audio_meta_h audio, char **media_id); /** * @brief Gets the album of the given audio 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 audio_meta_get_album(audio_meta_h audio, char **album); /** * @brief Gets the artist of the given audio 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 audio_meta_get_artist(audio_meta_h audio, char **artist); /** * @brief Gets the album artist of the given audio metadata. * @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 audio_meta_get_album_artist(audio_meta_h audio, char **album_artist); /** * @brief Gets the genre of the given audio 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 audio_meta_get_genre(audio_meta_h audio, char **genre); /** * @brief Gets the composer of the given audio 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 audio_meta_get_composer(audio_meta_h audio, char **composer); /** * @brief Gets the year of the given audio 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 * @@ -226,8 +226,8 @@ int audio_meta_get_year(audio_meta_h audio, char **year); /** * @brief Gets the recorded date of the given audio metadata. - * @details The recorded date is got from audio 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. + * @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 * @@ -268,7 +268,7 @@ int audio_meta_get_copyright(audio_meta_h audio, char **copyright); /** * @brief Gets the track number of the given audio 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 * diff --git a/include_product/media_video.h b/include_product/media_video.h index 7883094..c969990 100755 --- a/include_product/media_video.h +++ b/include_product/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 * -- 2.7.4