%devel_desc
%package display
--Summary: A display interface library for Media Player libray
++Summary: A display interface library for Media Player library
Group: Display/Multimedia
Requires: %{name} = %{version}-%{release}
%description display
--A display interface library for Media Player libray
++A display interface library for Media Player library
%package utils
Summary: A test app for Media Player API
g_print("*** set audio only mode (0:disable, 1:enable) \n");
} else if (g_menu_state == CURRENT_STATUS_SET_PRE_BUFFERING_SIZE) {
g_print("*** set pre buffering size (ms) \n");
+ } else if (g_menu_state == CURRENT_STATUS_SET_RE_BUFFERING_SIZE) {
+ g_print("*** set re buffering size (ms) \n");
+ } else if (g_menu_state == CURRENT_STATUS_VIDEO360_SET_ENABLE) {
+ g_print("*** input video 360 status (0: disabled (full panorama), 1: enabled)\n");
+ } else if (g_menu_state == CURRENT_STATUS_VIDEO360_SET_DOV) {
+ g_print("*** input direction of view yaw angle (+/- 180 deg.)\n");
+ } else if (g_menu_state == CURRENT_STATUS_VIDEO360_SET_DOV1) {
+ g_print("*** input direction of view pitch angle (+/- 90 deg.)\n");
+ } else if (g_menu_state == CURRENT_STATUS_VIDEO360_SET_FOV) {
+ g_print("*** input horizontal field of view angle (1~360 deg.)\n");
+ } else if (g_menu_state == CURRENT_STATUS_VIDEO360_SET_FOV1) {
+ g_print("*** input vertical field of view angle (1~180 deg.)\n");
+ } else if (g_menu_state == CURRENT_STATUS_VIDEO360_SET_ZOOM) {
+ g_print("*** input zoom factor.(1.0~10.0, where 1.0 - no zoom, actual image) \n");
} else {
g_print("*** unknown status.\n");
quit_program();