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
132extern int configGetLanguageWithIODriver(
_io_driver *driver);
138extern void configSetLanguageWithIODriver(
int language,
_io_driver *driver);
145extern int configGetTvScreenTypeWithIODriver(
_io_driver *driver);
151extern void configSetTvScreenTypeWithIODriver(
int screenType,
_io_driver *driver);
157extern int configGetDateFormatWithIODriver(
_io_driver *driver);
163extern void configSetDateFormatWithIODriver(
int dateFormat,
_io_driver *driver);
170extern int configGetTimeFormatWithIODriver(
_io_driver *driver);
177extern void configSetTimeFormatWithIODriver(
int timeFormat,
_io_driver *driver);
183extern int configGetTimezoneWithIODriver(
_io_driver *driver);
189extern void configSetTimezoneWithIODriver(
int timezoneOffset,
_io_driver *driver,
void (*finishedCallback)(
void));
195extern int configIsSpdifEnabledWithIODriver(
_io_driver *driver);
201extern void configSetSpdifEnabledWithIODriver(
int enabled,
_io_driver *driver);
207extern int configIsDaylightSavingEnabledWithIODriver(
_io_driver *driver);
213extern void configSetDaylightSavingEnabledWithIODriver(
int daylightSaving,
_io_driver *driver,
void (*finishedCallback)(
void));
215#ifndef OSD_CONFIG_NO_LIBCDVD
int IsEarlyJap(ConfigParam config)
void configSetSpdifEnabled(int enabled)
int configGetTvScreenType(void)
void configSetTimeFormat(int timeFormat)
void configSetTimezone(int offset)
int configGetTimezone(void)
int configGetLanguage(void)
void configSetDateFormat(int dateFormat)
void configSetLanguage(int language)
int configGetDateFormat(void)
void configConvertToGmtTime(sceCdCLOCK *time)
int configIsSpdifEnabled(void)
void configSetDaylightSavingEnabled(int enabled)
int configGetTimeFormat(void)
void configSetTvScreenType(int screenType)
int configIsDaylightSavingEnabled(void)