Click or drag to resize
AudioDeviceInfo Class
Information about the audio device.
Inheritance Hierarchy
SystemObject
  StreamCoders.DevicesAudioDeviceInfo

Namespace: StreamCoders.Devices
Assembly: MediaSuite (in MediaSuite.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public class AudioDeviceInfo

The AudioDeviceInfo type exposes the following members.

Constructors
  NameDescription
Public methodAudioDeviceInfo
Initializes a new instance of the AudioDeviceInfo class
Top
Properties
  NameDescription
Public propertyChannels
Number of channels supported on that device.
Public propertyDriverVersion
Driver Version.
Public propertyFormats
Supported Formats.
Public propertyIndex
Gets zero-based index of this object.
Public propertyManufacturerId
The manufacturer identification.
Public propertyName
Name of the device.
Public propertyProductId
The product identification.
Public propertySupportedFormats
Gets the supported metrics.
Public propertySupports
The device capabilities as bitmask.
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