Remove unused PVR, UHD APIs 83/308683/2 accepted/tizen/unified/20240402.061309 accepted/tizen/unified/x/20240402.093416
authorMinje Ahn <minje.ahn@samsung.com>
Fri, 29 Mar 2024 00:37:43 +0000 (09:37 +0900)
committerMinje Ahn <minje.ahn@samsung.com>
Fri, 29 Mar 2024 00:38:57 +0000 (09:38 +0900)
commitbafcb7c1af6802b571cddff07822f9abcc019611
tree2ae2548582808a769e73a0da322d7ccdb61edc7d
parentf54faf3f54cd50adced5de846dc41e67a14c7743
Remove unused PVR, UHD APIs

API list:
int media_pvr_get_media_count_from_db(filter_h filter, int *media_count);
int media_pvr_get_highlight(media_pvr_h pvr, bool *highlight);
int media_pvr_set_highlight(media_pvr_h pvr, bool highlight);
int media_pvr_group_foreach_media_from_db(const char *group_name, media_group_e group, filter_h filter, media_pvr_cb callback, void *user_data);
int media_pvr_set_is_local_record(const char *pvr_path, bool is_local_record);
int media_uhd_get_media_count_from_db(filter_h filter, int *media_count);
int media_uhd_get_storage_id(media_uhd_h uhd, char **storage_id);
int media_uhd_set_release_date(media_uhd_h uhd, const char *release_date);
int media_uhd_get_sub_type(media_uhd_h uhd, int *sub_type);
int media_uhd_set_sub_type(media_uhd_h uhd, int *sub_type);

Change-Id: I69d7b1d31ed9859c07ed598065da347b7cda3551
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
include_product/media_content_type.h
include_product/media_content_type_product.h
include_product/media_info_private.h
include_product/media_pvr.h
include_product/media_uhd.h
packaging/capi-content-media-content.spec
src/media_db.c
src/media_pvr.c
src/media_uhd.c
test/media-content_test.c