[MediaContent] Add missing deprecation description (#5957)
authorHaesu Gwon <haesu.gwon@samsung.com>
Tue, 20 Feb 2024 05:10:41 +0000 (14:10 +0900)
committerGitHub <noreply@github.com>
Tue, 20 Feb 2024 05:10:41 +0000 (14:10 +0900)
* [MediaContent] Add missing deprecation description

* [MediaContent] Add other missing deprecation description

src/Tizen.Content.MediaContent/Tizen.Content.MediaContent/MediaInfoCommand.cs

index dea8e07..bafe885 100644 (file)
@@ -128,6 +128,7 @@ namespace Tizen.Content.MediaContent
         /// <exception cref="ArgumentNullException"><paramref name="mediaId"/> is null.</exception>
         /// <exception cref="ArgumentException"><paramref name="mediaId"/> is a zero-length string, contains only white space.</exception>
         /// <since_tizen> 4 </since_tizen>
+        [Obsolete("Deprecated since API11. Will be removed in API13.")]
         public int CountFaceInfo(string mediaId)
         {
             return CountFaceInfo(mediaId, null);
@@ -206,6 +207,7 @@ namespace Tizen.Content.MediaContent
         /// <exception cref="ArgumentNullException"><paramref name="mediaId"/> is null.</exception>
         /// <exception cref="ArgumentException"><paramref name="mediaId"/> is a zero-length string, contains only white space.</exception>
         /// <since_tizen> 4 </since_tizen>
+        [Obsolete("Deprecated since API12. Will be removed in API14.")]
         public int CountTag(string mediaId)
         {
             return CountTag(mediaId, null);