crenderingcontrol.h

Go to the documentation of this file.
00001 /* 
00002  * CyberLinkC AV API for Rendering Control Service
00003  *
00004  * crenderingcontrol.h
00005  *
00006  * Copyright 2005 Nokia Corporation
00007  */
00008 
00009 #ifndef CG_UPNP_AV_CRENDERINGCONTROL_H
00010 #define CG_UPNP_AV_CRENDERINGCONTROL_H
00011 
00012 #define CG_UPNP_RCS_SERVICE_TYPE "urn:schemas-upnp-org:service:RenderingControl"
00013 
00014 /****************************************************************************
00015  * Mandatory Actions
00016  ****************************************************************************/
00017 #define CG_UPNP_RCS_ACTION_LISTPRESETS "ListPresets"
00018 #define CG_UPNP_RCS_ACTION_SELECTPRESET "SelectPreset"
00019 
00020 /****************************************************************************
00021  * Optional Actions
00022  ****************************************************************************/
00023 
00024 /****************************************************************************
00025  * Video 
00026  ****************************************************************************/
00027 #define CG_UPNP_RCS_ACTION_GETBRIGHTNESS "GetBrightness"
00028 #define CG_UPNP_RCS_ACTION_SETBRIGHTNESS "SetBrightness"
00029 
00030 #define CG_UPNP_RCS_ACTION_GETCONTRAST "GetContrast"
00031 #define CG_UPNP_RCS_ACTION_SETCONTRAST "SetContrast"
00032 
00033 #define CG_UPNP_RCS_ACTION_GETSHARPNESS "GetSharpness"
00034 #define CG_UPNP_RCS_ACTION_SETSHARPNESS "SetSharpness"
00035 
00036 #define CG_UPNP_RCS_ACTION_GETREDVIDEOGAIN "GetRedVideoGain"
00037 #define CG_UPNP_RCS_ACTION_SETREDVIDEOGAIN "SetRedVideoGain"
00038 
00039 #define CG_UPNP_RCS_ACTION_GETGREENVIDEOGAIN "GetGreenVideoGain"
00040 #define CG_UPNP_RCS_ACTION_SETGREENVIDEOGAIN "SetGreenVideoGain"
00041 
00042 #define CG_UPNP_RCS_ACTION_GETBLUEVIDEOGAIN "GetBlueVideoGain"
00043 #define CG_UPNP_RCS_ACTION_SETBLUEVIDEOGAIN "SetBlueVideoGain"
00044 
00045 #define CG_UPNP_RCS_ACTION_GETREDVIDEOBLACKLEVEL "GetRedVideoBlackLevel"
00046 #define CG_UPNP_RCS_ACTION_SETREDVIDEOBLACKLEVEL "SetRedVideoBlackLevel"
00047 
00048 #define CG_UPNP_RCS_ACTION_GETGREENVIDEOBLACKLEVEL "GetGreenVideoBlackLevel"
00049 #define CG_UPNP_RCS_ACTION_SETGREENVIDEOBLACKLEVEL "SetGreenVideoBlackLevel"
00050 
00051 #define CG_UPNP_RCS_ACTION_GETBLUEVIDEOBLACKLEVEL "GetBlueVideoBlackLevel"
00052 #define CG_UPNP_RCS_ACTION_SETBLUEVIDEOBLACKLEVEL "SetBlueVideoBlackLevel"
00053 
00054 #define CG_UPNP_RCS_ACTION_GETCOLORTEMPERATURE "GetColorTemperature"
00055 #define CG_UPNP_RCS_ACTION_SETCOLORTEMPERATURE "SetColorTemperature"
00056 
00057 #define CG_UPNP_RCS_ACTION_GETHORIZONTALKEYSTONE "GetHorizontalKeystone"
00058 #define CG_UPNP_RCS_ACTION_SETHORIZONTALKEYSTONE "SetHorizontalKeystone"
00059 
00060 #define CG_UPNP_RCS_ACTION_GETVERTICALKEYSTONE "GetVerticalKeystone"
00061 #define CG_UPNP_RCS_ACTION_SETVERTICALKEYSTONE "SetVerticalKeystone"
00062 
00063 /****************************************************************************
00064  * Audio 
00065  ****************************************************************************/
00066 #define CG_UPNP_RCS_ACTION_GETMUTE "GetMute"
00067 #define CG_UPNP_RCS_ACTION_SETMUTE "SetMute"
00068 
00069 #define CG_UPNP_RCS_ACTION_GETVOLUME "GetVolume"
00070 #define CG_UPNP_RCS_ACTION_SETVOLUME "SetVolume"
00071 
00072 #define CG_UPNP_RCS_ACTION_GETVOLUMEDB "GetVolumeDB"
00073 #define CG_UPNP_RCS_ACTION_SETVOLUMEDB "SetVolumeDB"
00074 #define CG_UPNP_RCS_ACTION_SETVOLUMEDBRANGE "SetVolumeDBRange"
00075 
00076 #define CG_UPNP_RCS_ACTION_GETLOUDNESS "GetLoudness"
00077 #define CG_UPNP_RCS_ACTION_SETLOUDNESS "SetLoudness"
00078 
00079 #endif

Generated on Mon Aug 14 10:23:32 2006 for CyberLinkC-AV by  doxygen 1.4.6