FreeRDP
CamDevEnumServerContext Struct Reference

#include <rdpecam-enumerator.h>

Collaboration diagram for CamDevEnumServerContext:

Data Fields

HANDLE vcm
 
void * userdata
 
psCamDevEnumServerServerInitialize Initialize
 
psCamDevEnumServerServerOpen Open
 
psCamDevEnumServerServerClose Close
 
psCamDevEnumServerServerPoll Poll
 
psCamDevEnumServerServerChannelHandle ChannelHandle
 
psCamDevEnumServerServerSelectVersionResponse SelectVersionResponse
 
psCamDevEnumServerServerChannelIdAssigned ChannelIdAssigned
 
psCamDevEnumServerServerSelectVersionRequest SelectVersionRequest
 
psCamDevEnumServerServerDeviceAddedNotification DeviceAddedNotification
 
psCamDevEnumServerServerDeviceRemovedNotification DeviceRemovedNotification
 
rdpContext * rdpcontext
 

Detailed Description

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.

Field Documentation

◆ ChannelHandle

psCamDevEnumServerServerChannelHandle CamDevEnumServerContext::ChannelHandle

Retrieve the channel handle for use in conjunction with Poll(). If externalThread=FALSE do not call.

◆ ChannelIdAssigned

psCamDevEnumServerServerChannelIdAssigned CamDevEnumServerContext::ChannelIdAssigned

Callback, when the channel got its id assigned.

◆ Close

psCamDevEnumServerServerClose CamDevEnumServerContext::Close

Close the camera device enumerator channel.

◆ DeviceAddedNotification

psCamDevEnumServerServerDeviceAddedNotification CamDevEnumServerContext::DeviceAddedNotification

Callback for the Device Added Notification PDU.

◆ DeviceRemovedNotification

psCamDevEnumServerServerDeviceRemovedNotification CamDevEnumServerContext::DeviceRemovedNotification

Callback for the Device Removed Notification PDU.

◆ Initialize

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

◆ Open

psCamDevEnumServerServerOpen CamDevEnumServerContext::Open

Open the camera device enumerator channel.

◆ Poll

psCamDevEnumServerServerPoll CamDevEnumServerContext::Poll

Poll When externalThread=TRUE, call Poll() periodically from your main loop. If externalThread=FALSE do not call.

◆ rdpcontext

rdpContext* CamDevEnumServerContext::rdpcontext

◆ SelectVersionRequest

psCamDevEnumServerServerSelectVersionRequest CamDevEnumServerContext::SelectVersionRequest

Callback for the Select Version Request PDU.

◆ SelectVersionResponse

psCamDevEnumServerServerSelectVersionResponse CamDevEnumServerContext::SelectVersionResponse

◆ userdata

void* CamDevEnumServerContext::userdata

◆ vcm

HANDLE CamDevEnumServerContext::vcm

The documentation for this struct was generated from the following file: