Click or drag to resize
DeviceInfo Class
Contains information about an audio device.
Inheritance Hierarchy
SystemObject
  Ozeki.MediaDeviceInfo

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.3.9.0
Syntax
public class DeviceInfo

The DeviceInfo type exposes the following members.

Constructors
  NameDescription
Public methodDeviceInfo
Initializes a new instance of the DeviceInfo class.
Public methodDeviceInfo(DeviceType, String, String)
Initializes a new instance of the DeviceInfo class.
Public methodDeviceInfo(DeviceType, String, String, String, Int16, Int32, Boolean)
Initializes a new instance of the DeviceInfo class.
Top
Methods
Extension Methods
  NameDescription
Public Extension MethodGetAudioApi (Defined by ExDeviceInfo.)
Top
Properties
  NameDescription
Public propertyAudioApi
Gets the audio API used when gathering the device information.
Public propertyChannels
Gets the number specifying whether the device supports mono (1) or stereo (2) input.
Public propertyDeviceID
Gets the unique identifier of the device.
Public propertyDriverVersion
Gets the version number of the device driver. The high-order byte is the major version number, and the low-order byte is the minor version number.
Public propertyIsDefault
Gets a boolean value indicating whether the device is the default device.
Public propertyManufacturer
Gets the manufacturer for the device driver.
Public propertyProductID
Gets the product identifier.
Public propertyProductName
Gets the product name in a null-terminated string.
Public propertyType
Gets the type of the device
Top
See Also