FreeRDP
|
Data Structures | |
struct | CameraDeviceServerContext |
Typedefs | |
typedef UINT(* | psCameraDeviceServerOpen) (CameraDeviceServerContext *context) |
typedef UINT(* | psCameraDeviceServerClose) (CameraDeviceServerContext *context) |
typedef BOOL(* | psCameraDeviceServerChannelIdAssigned) (CameraDeviceServerContext *context, UINT32 channelId) |
typedef UINT(* | psCameraDeviceServerInitialize) (CameraDeviceServerContext *context, BOOL externalThread) |
typedef UINT(* | psCameraDeviceServerPoll) (CameraDeviceServerContext *context) |
typedef BOOL(* | psCameraDeviceServerChannelHandle) (CameraDeviceServerContext *context, HANDLE *handle) |
typedef UINT(* | psCameraDeviceServerSuccessResponse) (CameraDeviceServerContext *context, const CAM_SUCCESS_RESPONSE *successResponse) |
typedef UINT(* | psCameraDeviceServerErrorResponse) (CameraDeviceServerContext *context, const CAM_ERROR_RESPONSE *errorResponse) |
typedef UINT(* | psCameraDeviceServerActivateDeviceRequest) (CameraDeviceServerContext *context, const CAM_ACTIVATE_DEVICE_REQUEST *activateDeviceRequest) |
typedef UINT(* | psCameraDeviceServerDeactivateDeviceRequest) (CameraDeviceServerContext *context, const CAM_DEACTIVATE_DEVICE_REQUEST *deactivateDeviceRequest) |
typedef UINT(* | psCameraDeviceServerStreamListRequest) (CameraDeviceServerContext *context, const CAM_STREAM_LIST_REQUEST *streamListRequest) |
typedef UINT(* | psCameraDeviceServerStreamListResponse) (CameraDeviceServerContext *context, const CAM_STREAM_LIST_RESPONSE *streamListResponse) |
typedef UINT(* | psCameraDeviceServerMediaTypeListRequest) (CameraDeviceServerContext *context, const CAM_MEDIA_TYPE_LIST_REQUEST *mediaTypeListRequest) |
typedef UINT(* | psCameraDeviceServerMediaTypeListResponse) (CameraDeviceServerContext *context, const CAM_MEDIA_TYPE_LIST_RESPONSE *mediaTypeListResponse) |
typedef UINT(* | psCameraDeviceServerCurrentMediaTypeRequest) (CameraDeviceServerContext *context, const CAM_CURRENT_MEDIA_TYPE_REQUEST *currentMediaTypeRequest) |
typedef UINT(* | psCameraDeviceServerCurrentMediaTypeResponse) (CameraDeviceServerContext *context, const CAM_CURRENT_MEDIA_TYPE_RESPONSE *currentMediaTypeResponse) |
typedef UINT(* | psCameraDeviceServerStartStreamsRequest) (CameraDeviceServerContext *context, const CAM_START_STREAMS_REQUEST *startStreamsRequest) |
typedef UINT(* | psCameraDeviceServerStopStreamsRequest) (CameraDeviceServerContext *context, const CAM_STOP_STREAMS_REQUEST *stopStreamsRequest) |
typedef UINT(* | psCameraDeviceServerSampleRequest) (CameraDeviceServerContext *context, const CAM_SAMPLE_REQUEST *sampleRequest) |
typedef UINT(* | psCameraDeviceServerSampleResponse) (CameraDeviceServerContext *context, const CAM_SAMPLE_RESPONSE *sampleResponse) |
typedef UINT(* | psCameraDeviceServerSampleErrorResponse) (CameraDeviceServerContext *context, const CAM_SAMPLE_ERROR_RESPONSE *sampleErrorResponse) |
typedef UINT(* | psCameraDeviceServerPropertyListRequest) (CameraDeviceServerContext *context, const CAM_PROPERTY_LIST_REQUEST *propertyListRequest) |
typedef UINT(* | psCameraDeviceServerPropertyListResponse) (CameraDeviceServerContext *context, const CAM_PROPERTY_LIST_RESPONSE *propertyListResponse) |
typedef UINT(* | psCameraDeviceServerPropertyValueRequest) (CameraDeviceServerContext *context, const CAM_PROPERTY_VALUE_REQUEST *propertyValueRequest) |
typedef UINT(* | psCameraDeviceServerPropertyValueResponse) (CameraDeviceServerContext *context, const CAM_PROPERTY_VALUE_RESPONSE *propertyValueResponse) |
typedef UINT(* | psCameraDeviceServerSetPropertyValueRequest) (CameraDeviceServerContext *context, const CAM_SET_PROPERTY_VALUE_REQUEST *setPropertyValueRequest) |
Functions | |
FREERDP_API void | camera_device_server_context_free (CameraDeviceServerContext *context) |
FREERDP_API CameraDeviceServerContext * | camera_device_server_context_new (HANDLE vcm) |
typedef UINT(* psCameraDeviceServerActivateDeviceRequest) (CameraDeviceServerContext *context, const CAM_ACTIVATE_DEVICE_REQUEST *activateDeviceRequest) |
typedef BOOL(* psCameraDeviceServerChannelHandle) (CameraDeviceServerContext *context, HANDLE *handle) |
typedef BOOL(* psCameraDeviceServerChannelIdAssigned) (CameraDeviceServerContext *context, UINT32 channelId) |
typedef UINT(* psCameraDeviceServerCurrentMediaTypeRequest) (CameraDeviceServerContext *context, const CAM_CURRENT_MEDIA_TYPE_REQUEST *currentMediaTypeRequest) |
typedef UINT(* psCameraDeviceServerCurrentMediaTypeResponse) (CameraDeviceServerContext *context, const CAM_CURRENT_MEDIA_TYPE_RESPONSE *currentMediaTypeResponse) |
typedef UINT(* psCameraDeviceServerDeactivateDeviceRequest) (CameraDeviceServerContext *context, const CAM_DEACTIVATE_DEVICE_REQUEST *deactivateDeviceRequest) |
typedef UINT(* psCameraDeviceServerErrorResponse) (CameraDeviceServerContext *context, const CAM_ERROR_RESPONSE *errorResponse) |
typedef UINT(* psCameraDeviceServerInitialize) (CameraDeviceServerContext *context, BOOL externalThread) |
typedef UINT(* psCameraDeviceServerMediaTypeListRequest) (CameraDeviceServerContext *context, const CAM_MEDIA_TYPE_LIST_REQUEST *mediaTypeListRequest) |
typedef UINT(* psCameraDeviceServerMediaTypeListResponse) (CameraDeviceServerContext *context, const CAM_MEDIA_TYPE_LIST_RESPONSE *mediaTypeListResponse) |
typedef UINT(* psCameraDeviceServerPropertyListRequest) (CameraDeviceServerContext *context, const CAM_PROPERTY_LIST_REQUEST *propertyListRequest) |
typedef UINT(* psCameraDeviceServerPropertyListResponse) (CameraDeviceServerContext *context, const CAM_PROPERTY_LIST_RESPONSE *propertyListResponse) |
typedef UINT(* psCameraDeviceServerPropertyValueRequest) (CameraDeviceServerContext *context, const CAM_PROPERTY_VALUE_REQUEST *propertyValueRequest) |
typedef UINT(* psCameraDeviceServerPropertyValueResponse) (CameraDeviceServerContext *context, const CAM_PROPERTY_VALUE_RESPONSE *propertyValueResponse) |
typedef UINT(* psCameraDeviceServerSampleErrorResponse) (CameraDeviceServerContext *context, const CAM_SAMPLE_ERROR_RESPONSE *sampleErrorResponse) |
typedef UINT(* psCameraDeviceServerSampleRequest) (CameraDeviceServerContext *context, const CAM_SAMPLE_REQUEST *sampleRequest) |
typedef UINT(* psCameraDeviceServerSampleResponse) (CameraDeviceServerContext *context, const CAM_SAMPLE_RESPONSE *sampleResponse) |
typedef UINT(* psCameraDeviceServerSetPropertyValueRequest) (CameraDeviceServerContext *context, const CAM_SET_PROPERTY_VALUE_REQUEST *setPropertyValueRequest) |
typedef UINT(* psCameraDeviceServerStartStreamsRequest) (CameraDeviceServerContext *context, const CAM_START_STREAMS_REQUEST *startStreamsRequest) |
typedef UINT(* psCameraDeviceServerStopStreamsRequest) (CameraDeviceServerContext *context, const CAM_STOP_STREAMS_REQUEST *stopStreamsRequest) |
typedef UINT(* psCameraDeviceServerStreamListRequest) (CameraDeviceServerContext *context, const CAM_STREAM_LIST_REQUEST *streamListRequest) |
typedef UINT(* psCameraDeviceServerStreamListResponse) (CameraDeviceServerContext *context, const CAM_STREAM_LIST_RESPONSE *streamListResponse) |
typedef UINT(* psCameraDeviceServerSuccessResponse) (CameraDeviceServerContext *context, const CAM_SUCCESS_RESPONSE *successResponse) |
FREERDP_API void camera_device_server_context_free | ( | CameraDeviceServerContext * | context | ) |
FREERDP_API CameraDeviceServerContext* camera_device_server_context_new | ( | HANDLE | vcm | ) |