Click or drag to resize
VideoCaptureDeviceInformation Class
Capture device information containing name and path of the capture device.
Inheritance Hierarchy
SystemObject
  StreamCoders.DevicesVideoCaptureDeviceInformation

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

The VideoCaptureDeviceInformation type exposes the following members.

Constructors
  NameDescription
Public methodVideoCaptureDeviceInformation
Initializes a new instance of the VideoCaptureDeviceInformation class
Top
Properties
  NameDescription
Public propertyDevicePath
Contains the full path of the capture device.
Public propertyName
Contains the friendly device name.
Top
Methods
  NameDescription
Public methodToString (Overrides ObjectToString.)
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