Skip to content

Commit

Permalink
[MediaContent] Add missing deprecation description (#5957)
Browse files Browse the repository at this point in the history
* [MediaContent] Add missing deprecation description

* [MediaContent] Add other missing deprecation description
  • Loading branch information
hsgwon authored and hinohie committed Feb 20, 2024
1 parent d8ebd74 commit 1aa51c3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ public MediaDataReader<Bookmark> SelectBookmark(string mediaId, SelectArguments
/// <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);
Expand Down Expand Up @@ -206,6 +207,7 @@ public MediaDataReader<FaceInfo> SelectFaceInfo(string mediaId, SelectArguments
/// <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);
Expand Down

0 comments on commit 1aa51c3

Please sign in to comment.