Click or drag to resize
ProtoCamConnectEventArgs Class
Event data passed when ProtoCam.OnConnected is raised.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    StreamCoders.DevicesProtoCamConnectEventArgs

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

The ProtoCamConnectEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodProtoCamConnectEventArgs
Initializes a new instance of the ProtoCamConnectEventArgs class
Top
Properties
  NameDescription
Public propertyColorDepth
Gets the configured color depth in bits.
Public propertyFramesPerSecond
Gets the configurated frames per second of the device.
Public propertyHeight
Gets the configurated display height of the device.
Public propertyMajorVersion
Gets the major version of the ProtoCam virtual capture device.
Public propertyMinorVersion
Gets the minor version of the ProtoCam virtual capture device.
Public propertyParentProcessName
Gets the name of the parent process that instantiated ProtoCam.
Public propertyWidth
Gets the configurated display width of the 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