CaptureDeviceInformation ClassMediaSuite 3.1.1889.0
Capture device information containing name and path of the capture device.
Inheritance Hierarchy

SystemObject
  StreamCoders.DevicesCaptureDeviceInformation

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

public class CaptureDeviceInformation

The CaptureDeviceInformation type exposes the following members.

Constructors

  NameDescription
Public methodCaptureDeviceInformation
Initializes a new instance of the CaptureDeviceInformation class
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
Properties

  NameDescription
Public propertyDevicePath
Contains the full path of the capture device.
Public propertyName
Contains the friendly device name.
Top
See Also

Reference