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

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public class AudioDeviceInfo

The AudioDeviceInfo type exposes the following members.

Constructors
  NameDescription
Public methodAudioDeviceInfo
Initializes a new instance of the AudioDeviceInfo class.
Public methodAudioDeviceInfo(DeviceType, String, String)
Initializes a new instance of the AudioDeviceInfo class.
Public methodAudioDeviceInfo(DeviceType, String, String, String, Int16, Int32, Boolean)
Initializes a new instance of the AudioDeviceInfo 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 which can differ accross application lifecycles.
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 propertyGUID
Gets the GUID of the device which is unique on the Operating System.
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 propertySupportedFormats
Public propertyType
Gets the type of the device
Top
See Also