crcsactionarguments.h

Go to the documentation of this file.
00001 /* 
00002  * CyberLinkC AV API for Control Points
00003  *
00004  * crcsactionarguments.h
00005  *
00006  * Copyright 2005 Nokia Corporation
00007  */
00008 
00009 #ifndef CG_UPNP_AV_CRCSACTIONARGUMENTS_H
00010 #define CG_UPNP_AV_CRCSACTIONARGUMENTS_H
00011 
00012 /* Generic Rendering Control Instance ID */
00013 #define CG_UPNP_RCS_ARG_INSTANCEID "InstanceID"
00014 
00015 /****************************************************************************
00016  * Presets
00017  ****************************************************************************/
00018 #define CG_UPNP_RCS_ARG_CURRENTPRESETNAMELIST "CurrentPresetNameList"
00019 #define CG_UPNP_RCS_ARG_PRESETNAME "PresetName"
00020 
00021 /****************************************************************************
00022  * Video
00023  ****************************************************************************/
00024 #define CG_UPNP_RCS_ARG_CURRENTBRIGHTNESS "CurrentBrightness"
00025 #define CG_UPNP_RCS_ARG_DESIREDBRIGHTNESS "DesiredBrighness"
00026 
00027 #define CG_UPNP_RCS_ARG_CURRENTCONTRAST "CurrentContrast"
00028 #define CG_UPNP_RCS_ARG_DESIREDCONTRAST "DesiredContrast"
00029 
00030 #define CG_UPNP_RCS_ARG_GETSHARPNESS "GetSharpness"
00031 #define CG_UPNP_RCS_ARG_SETSHARPNESS "SetSharpness"
00032 
00033 #define CG_UPNP_RCS_ARG_CURRENTREDVIDEOGAIN "CurrentRedVideoGain"
00034 #define CG_UPNP_RCS_ARG_DESIREDREDVIDEOGAIN "DesiredRedVideoGain"
00035 
00036 #define CG_UPNP_RCS_ARG_CURRENTGREENVIDEOGAIN "CurrentGreenVideoGain"
00037 #define CG_UPNP_RCS_ARG_DESIREDGREENVIDEOGAIN "DesiredGreenVideoGain"
00038 
00039 #define CG_UPNP_RCS_ARG_CURRENTBLUEVIDEOGAIN "CurrentBlueVideoGain"
00040 #define CG_UPNP_RCS_ARG_DESIREDBLUEVIDEOGAIN "DesiredBlueVideoGain"
00041 
00042 #define CG_UPNP_RCS_ARG_CURRENTREDVIDEOBLACKLEVEL "CurrentRedVideoBlackLevel"
00043 #define CG_UPNP_RCS_ARG_DESIREDREDVIDEOBLACKLEVEL "DesiredRedVideoBlackLevel"
00044 
00045 #define CG_UPNP_RCS_ARG_CURRENTGREENVIDEOBLACKLEVEL "CurrentGreenVideoBlackLevel"
00046 #define CG_UPNP_RCS_ARG_DESIREDGREENVIDEOBLACKLEVEL "DesiredGreenVideoBlackLevel"
00047 
00048 #define CG_UPNP_RCS_ARG_CURRENTBLUEVIDEOBLACKLEVEL "CurrentBlueVideoBlackLevel"
00049 #define CG_UPNP_RCS_ARG_DESIREDBLUEVIDEOBLACKLEVEL "DesiredBlueVideoBlackLevel"
00050 
00051 #define CG_UPNP_RCS_ARG_CURRENTCOLORTEMPERATURE "CurrentColorTemperature"
00052 #define CG_UPNP_RCS_ARG_DESIREDCOLORTEMPERATURE "DesiredColorTemperature"
00053 
00054 #define CG_UPNP_RCS_ARG_CURRENTHORIZONTALKEYSTONE "CurrentHorizontalKeystone"
00055 #define CG_UPNP_RCS_ARG_DESIREDHORIZONTALKEYSTONE "DesiredHorizontalKeystone"
00056 
00057 #define CG_UPNP_RCS_ARG_CURRENTVERTICALKEYSTONE "CurrentVerticalKeystone"
00058 #define CG_UPNP_RCS_ARG_DESIREDVERTICALKEYSTONE "DesiredVerticalKeystone"
00059 
00060 /****************************************************************************
00061  * Audio
00062  ****************************************************************************/
00063 #define CG_UPNP_RCS_ARG_CHANNEL "Channel"
00064 
00065 #define CG_UPNP_RCS_ARG_MINVALUE "MinValue"
00066 #define CG_UPNP_RCS_ARG_MAXVALUE "MaxValue"
00067 
00068 #define CG_UPNP_RCS_ARG_CURRENTMUTE "CurrentMute"
00069 #define CG_UPNP_RCS_ARG_DESIREDMUTE "DesiredMute"
00070 
00071 #define CG_UPNP_RCS_ARG_CURRENTVOLUME "CurrentVolume"
00072 #define CG_UPNP_RCS_ARG_DESIREDVOLUME "DesiredVolume"
00073 
00074 #define CG_UPNP_RCS_ARG_CURRENTVOLUMEDB "CurrentVolumeDB"
00075 #define CG_UPNP_RCS_ARG_DESIREDVOLUMEDB "DesiredVolumeDB"
00076 
00077 #define CG_UPNP_RCS_ARG_CURRENTLOUDNESS "CurrentLoudness"
00078 #define CG_UPNP_RCS_ARG_DESIREDLOUDNESS "DesiredLoudness"
00079 
00080 /****************************************************************************
00081  * Audio channels
00082  ****************************************************************************/
00083 #define CG_UPNP_RCS_ARG_CHANNEL_MASTER "Master"
00084 #define CG_UPNP_RCS_ARG_CHANNEL_LEFTFRONT "LF"
00085 #define CG_UPNP_RCS_ARG_CHANNEL_RIGHTFRONT "RF"
00086 #define CG_UPNP_RCS_ARG_CHANNEL_CENTERFRONT "CF"
00087 #define CG_UPNP_RCS_ARG_CHANNEL_LOWFREQUENCYEFFECT "LFE"
00088 #define CG_UPNP_RCS_ARG_CHANNEL_LEFTSURROUND "LS"
00089 #define CG_UPNP_RCS_ARG_CHANNEL_RIGHTSURROUND "RS"
00090 #define CG_UPNP_RCS_ARG_CHANNEL_LEFTOFCENTER "LFC"
00091 #define CG_UPNP_RCS_ARG_CHANNEL_RIGHTOFCENTER "RFC"
00092 #define CG_UPNP_RCS_ARG_CHANNEL_SURROUND "SD"
00093 #define CG_UPNP_RCS_ARG_CHANNEL_SIDELEFT "SL"
00094 #define CG_UPNP_RCS_ARG_CHANNEL_SIDERIGHT "SR"
00095 #define CG_UPNP_RCS_ARG_CHANNEL_TOP "T"
00096 #define CG_UPNP_RCS_ARG_CHANNEL_BOTTOM "B"
00097 
00098 /****************************************************************************
00099  * Preset definitions
00100  ****************************************************************************/
00101 #define CG_UPNP_RCS_ARG_PRESET_FACTORYDEFAULTS "FactoryDefaults"
00102 #define CG_UPNP_RCS_ARG_PRESET_INSTALLATIONDEFAULTS "InstallationDefaults"
00103 
00104 #endif

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