[ACR-1774] Add new APIs to set video default codec type 96/294696/6 accepted/tizen_8.0_unified tizen_8.0 accepted/tizen/8.0/unified/20231005.092820 accepted/tizen/unified/20230711.091719 tizen_8.0_m2_release
authorEunhye Choi <eunhae1.choi@samsung.com>
Fri, 23 Jun 2023 09:40:13 +0000 (18:40 +0900)
committerEunhye Choi <eunhae1.choi@samsung.com>
Thu, 29 Jun 2023 01:54:08 +0000 (10:54 +0900)
commit31cfe3a00e9955275e94964ad4e79d092702eb6a
tree839cb130edf8bd3317162c5f6030c9a31bea3b10
parent49372524f6b2a0a4da568a1a22a06f257f1bc668
[ACR-1774] Add new APIs to set video default codec type

- Version
 : 0.3.157
- New functions
 : int player_set_video_codec_type(player_h player, player_codec_type_e codec_type);
 : int player_get_video_codec_type(player_h player, player_codec_type_e *codec_type);

Change-Id: I9b0d7f123000b1f8cc728219fce45cd9cb299ad3
include/player.h
packaging/capi-media-player.spec
src/player.c
test/player_test.c