|
FreeRDP
|
Data Fields | |
| HANDLE | vcm |
| void * | userdata |
| WINPR_ATTR_NODISCARD psCamDevEnumServerServerInitialize | Initialize |
| WINPR_ATTR_NODISCARD psCamDevEnumServerServerOpen | Open |
| WINPR_ATTR_NODISCARD psCamDevEnumServerServerClose | Close |
| WINPR_ATTR_NODISCARD psCamDevEnumServerServerPoll | Poll |
| WINPR_ATTR_NODISCARD psCamDevEnumServerServerChannelHandle | ChannelHandle |
| WINPR_ATTR_NODISCARD psCamDevEnumServerServerSelectVersionResponse | SelectVersionResponse |
| WINPR_ATTR_NODISCARD psCamDevEnumServerServerChannelIdAssigned | ChannelIdAssigned |
| WINPR_ATTR_NODISCARD psCamDevEnumServerServerSelectVersionRequest | SelectVersionRequest |
| WINPR_ATTR_NODISCARD psCamDevEnumServerServerDeviceAddedNotification | DeviceAddedNotification |
| WINPR_ATTR_NODISCARD psCamDevEnumServerServerDeviceRemovedNotification | DeviceRemovedNotification |
| rdpContext * | rdpcontext |
FreeRDP: A Remote Desktop Protocol Implementation Video Capture Virtual Channel Extension
Copyright 2022 Pascal Nowack Pasca.nosp@m.l.No.nosp@m.wack@.nosp@m.gmx..nosp@m.de
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Definition at line 57 of file rdpecam-enumerator.h.
| WINPR_ATTR_NODISCARD psCamDevEnumServerServerChannelHandle CamDevEnumServerContext::ChannelHandle |
Retrieve the channel handle for use in conjunction with Poll(). If externalThread=FALSE do not call.
Definition at line 96 of file rdpecam-enumerator.h.
| WINPR_ATTR_NODISCARD psCamDevEnumServerServerChannelIdAssigned CamDevEnumServerContext::ChannelIdAssigned |
Callback, when the channel got its id assigned.
Definition at line 108 of file rdpecam-enumerator.h.
| WINPR_ATTR_NODISCARD psCamDevEnumServerServerClose CamDevEnumServerContext::Close |
Close the camera device enumerator channel.
Definition at line 83 of file rdpecam-enumerator.h.
| WINPR_ATTR_NODISCARD psCamDevEnumServerServerDeviceAddedNotification CamDevEnumServerContext::DeviceAddedNotification |
Callback for the Device Added Notification PDU.
Definition at line 119 of file rdpecam-enumerator.h.
| WINPR_ATTR_NODISCARD psCamDevEnumServerServerDeviceRemovedNotification CamDevEnumServerContext::DeviceRemovedNotification |
Callback for the Device Removed Notification PDU.
Definition at line 125 of file rdpecam-enumerator.h.
| WINPR_ATTR_NODISCARD psCamDevEnumServerServerInitialize CamDevEnumServerContext::Initialize |
Optional: Set thread handling. When externalThread=TRUE, the application is responsible to call Poll() periodically to process channel events.
Defaults to externalThread=FALSE
Definition at line 73 of file rdpecam-enumerator.h.
| WINPR_ATTR_NODISCARD psCamDevEnumServerServerOpen CamDevEnumServerContext::Open |
Open the camera device enumerator channel.
Definition at line 78 of file rdpecam-enumerator.h.
| WINPR_ATTR_NODISCARD psCamDevEnumServerServerPoll CamDevEnumServerContext::Poll |
Poll When externalThread=TRUE, call Poll() periodically from your main loop. If externalThread=FALSE do not call.
Definition at line 90 of file rdpecam-enumerator.h.
| rdpContext* CamDevEnumServerContext::rdpcontext |
Definition at line 127 of file rdpecam-enumerator.h.
| WINPR_ATTR_NODISCARD psCamDevEnumServerServerSelectVersionRequest CamDevEnumServerContext::SelectVersionRequest |
Callback for the Select Version Request PDU.
Definition at line 113 of file rdpecam-enumerator.h.
| WINPR_ATTR_NODISCARD psCamDevEnumServerServerSelectVersionResponse CamDevEnumServerContext::SelectVersionResponse |
Definition at line 101 of file rdpecam-enumerator.h.
| void* CamDevEnumServerContext::userdata |
Definition at line 62 of file rdpecam-enumerator.h.
| HANDLE CamDevEnumServerContext::vcm |
Definition at line 59 of file rdpecam-enumerator.h.