qthighway/xqservice/src/xqaiwdecl.h
changeset 14 6fbed849b4f4
parent 8 71781823f776
child 15 1f895d8a5b2b
equal deleted inserted replaced
11:06b8e2af4411 14:6fbed849b4f4
    73  Video collection browser interface and related operations
    73  Video collection browser interface and related operations
    74 */
    74 */
    75 #define XQI_VIDEO_BROWSE QLatin1String("com.nokia.symbian.IVideoBrowse")
    75 #define XQI_VIDEO_BROWSE QLatin1String("com.nokia.symbian.IVideoBrowse")
    76 #define XQOP_VIDEO_BROWSE QLatin1String("browseVideos(int, int)")
    76 #define XQOP_VIDEO_BROWSE QLatin1String("browseVideos(int, int)")
    77 
    77 
       
    78 /*!
       
    79  Video player interface and related operations
       
    80 */
       
    81 #define XQI_VIDEO_PLAY QLatin1String("com.nokia.symbian.IVideoView")
       
    82 #define XQOP_VIDEO_PLAY QLatin1String("playMedia(QString)")
       
    83 #define XQOP_VIDEO_PLAY_PD QLatin1String("playMedia(QString, int)")
       
    84 #define XQOP_VIDEO_CLOSE QLatin1String("closePlayer()")
    78 
    85 
    79 /*!
    86 /*!
    80  Camera capture interface and related operations
    87  Camera capture interface and related operations
    81  Operation: capture(int mode, const QVariantMap &parameters)
    88  Operation: capture(int mode, QVariantMap parameters)
    82   mode: image = 0, video = 1
    89   mode: image = 0, video = 1
    83   parameters: 
    90   parameters: 
    84    CameraIndex: int:  primary = 0, secondary = 1
    91    CameraIndex: int:  primary = 0, secondary = 1
    85    Quality: int: 0 = default, 1 = lowest, 2 = highest
    92    Quality: int: 0 = default, 1 = lowest, 2 = highest
    86    AllowModeSwitch: bool
    93    AllowModeSwitch: bool
    87    AllowCamera_switch: bool
    94    AllowCamera_switch: bool
    88    allow_quality_change: bool
    95    allow_quality_change: bool
    89 */
    96 */
    90 #define XQI_CAMERA_CAPTURE QLatin1String("com.nokia.symbian.ICameraCapture")
    97 #define XQI_CAMERA_CAPTURE QLatin1String("com.nokia.symbian.ICameraCapture")
    91 #define XQOP_CAMERA_CAPTURE QLatin1String("capture(int, const QVariantMap &)")
    98 #define XQOP_CAMERA_CAPTURE QLatin1String("capture(int,QVariantMap)")
    92 #define XQCAMERA_INDEX QLatin1String("CameraIndex")
    99 #define XQCAMERA_INDEX QLatin1String("CameraIndex")
    93 #define XQCAMERA_QUALITY QLatin1String("Quality")
   100 #define XQCAMERA_QUALITY QLatin1String("Quality")
    94 #define XQCAMERA_MODE_SWITCH QLatin1String("AllowModeSwitch")
   101 #define XQCAMERA_MODE_SWITCH QLatin1String("AllowModeSwitch")
    95 #define XQCAMERA_INDEX_SWITCH QLatin1String("AllowCameraSwitch")
   102 #define XQCAMERA_INDEX_SWITCH QLatin1String("AllowCameraSwitch")
    96 #define XQCAMERA_QUALITY_CHANGE QLatin1String("AllowQualityChange")
   103 #define XQCAMERA_QUALITY_CHANGE QLatin1String("AllowQualityChange")
    97 
   104 
    98 /*!
   105 /*!
    99  Incomplete list of interfaces.
   106  Incomplete list of interfaces.
   100  To be completed with operation signatures and related declarations.
   107  To be completed with operation signatures and related declarations.
   101 */
   108 */
   102 #define XQI_LOG_VIEW QLatin1String("com.nokia.symbian.ILogView")
   109 #define XQI_LOG_VIEW QLatin1String("com.nokia.symbian.ILogsView")
   103 #define XQI_CONTACT_VIEW QLatin1String("com.nokia.symbian.IContactView")
   110 #define XQI_CONTACT_VIEW QLatin1String("com.nokia.symbian.IContactView")
   104 #define XQI_CONTACT_FETCH QLatin1String("com.nokia.symbian.IContactFetch")
   111 #define XQI_CONTACT_FETCH QLatin1String("com.nokia.symbian.IContactFetch")
   105 #define XQI_FILE_FETCH QLatin1String("com.nokia.symbian.IFileFetch")
   112 #define XQI_FILE_FETCH QLatin1String("com.nokia.symbian.IFileFetch")
   106 #define XQI_FILE_SHARE QLatin1String("com.nokia.symbian.IFileShare")
   113 #define XQI_FILE_SHARE QLatin1String("com.nokia.symbian.IFileShare")
   107 
   114