libZPlay documentation (Win32)
IndexReferenceHome
PreviousUpNext
libZPlayC#.TWaveOutInfo Structure

Wave out info.

C#
public struct TWaveOutInfo {
  public uint ManufacturerID;
  public uint ProductID;
  public uint DriverVersion;
  public uint Formats;
  public uint Channels;
  public uint Support;
  public string ProductName;
}
Parameters 
Description 
ManufacturerID 
Manufacturer identifier for the device driver for the device. 
ProductID 
Product identifier for the device. 
DriverVersion 
Version number of the device driver for the device. 
Formats 
Standard formats that are supported. Can be a combination of values from TWaveOutFormat
Channels 
Number specifying whether the device supports mono (1) or stereo (2) output. 
Support 
Optional functionality supported by the device. Can be a combination of values from TWaveOutFunctionality 
ProductName 
Product name string. 
Copyright (c) 2010. Zoran Cindori - All rights reserved.

Web: http://libzplay.sourceforge.net/

Email: zcindori@inet.hr