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: 10.4.54.0
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
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
Methods
 NameDescription
Public methodEquals
(Overrides ObjectEquals(Object))
Public methodToString Returns a string that represents the current object.
(Overrides ObjectToString)
Top
Extension Methods
 NameDescription
Public Extension MethodGetAudioApi
(Defined by ExDeviceInfo)
Top
See Also