Click or drag to resize
ProtoCamClient Class
ProtoCamClient connects to the ProtoCam virtual capture device. When the client is active regular connection attempts are made to connect to the virtual device.
Inheritance Hierarchy
SystemObject
  StreamCoders.DevicesProtoCamClient

Namespace: StreamCoders.Devices
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public class ProtoCamClient

The ProtoCamClient type exposes the following members.

Constructors
  NameDescription
Public methodProtoCamClient
Initializes a new instance of the ProtoCamClient class
Top
Methods
  NameDescription
Public methodSendNextFrame
Sends a frame to ProtoCam for immediate display. This function can only be called after the OnConnected event was raised.
Public methodStart
Starts this ProtoCamClient polling loop.
Public methodStop
Stops the ProtoCamClient by stopping the polling loop. Start may be called again to reactive the polling loop.
Top
Events
  NameDescription
Public eventOnConnected
Public eventOnDisconnected
Top
Fields
  NameDescription
Public fieldPollInterval
The poll interval is how often the client tries to connect to the ProtoCam device.
Top
Extension Methods
  NameDescription
Public Extension MethodCopyOverloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.)
Public Extension MethodCopy(Object)Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.)
Top
See Also