24 #ifndef __OSD_CONFIG_H__
25 #define __OSD_CONFIG_H__
29 #ifndef OSD_CONFIG_NO_LIBCDVD
35 LANGUAGE_JAPANESE = 0,
51 LANGUAGE_TRAD_CHINESE,
52 LANGUAGE_SIMPL_CHINESE
65 VIDEO_OUTPUT_COMPONENT
132 extern int configGetLanguageWithIODriver(
_io_driver *driver);
138 extern void configSetLanguageWithIODriver(
int language,
_io_driver *driver);
145 extern int configGetTvScreenTypeWithIODriver(
_io_driver *driver);
151 extern void configSetTvScreenTypeWithIODriver(
int screenType,
_io_driver *driver);
157 extern int configGetDateFormatWithIODriver(
_io_driver *driver);
163 extern void configSetDateFormatWithIODriver(
int dateFormat,
_io_driver *driver);
170 extern int configGetTimeFormatWithIODriver(
_io_driver *driver);
177 extern void configSetTimeFormatWithIODriver(
int timeFormat,
_io_driver *driver);
183 extern int configGetTimezoneWithIODriver(
_io_driver *driver);
189 extern void configSetTimezoneWithIODriver(
int timezoneOffset,
_io_driver *driver,
void (*finishedCallback)(
void));
195 extern int configIsSpdifEnabledWithIODriver(
_io_driver *driver);
201 extern void configSetSpdifEnabledWithIODriver(
int enabled,
_io_driver *driver);
207 extern int configIsDaylightSavingEnabledWithIODriver(
_io_driver *driver);
213 extern void configSetDaylightSavingEnabledWithIODriver(
int daylightSaving,
_io_driver *driver,
void (*finishedCallback)(
void));
215 #ifndef OSD_CONFIG_NO_LIBCDVD