jlscp
v0.8

org.linuxsampler.lscp
Class AudioOutputDriver

java.lang.Object
  extended by org.linuxsampler.lscp.AbstractDriver
      extended by org.linuxsampler.lscp.AudioOutputDriver
All Implemented Interfaces:
Driver, Parseable

public class AudioOutputDriver
extends AbstractDriver

This class provides detailed information about an audio output driver.


Constructor Summary
  AudioOutputDriver()
          Creates a new instance of AudioOutputDriverInfo
protected AudioOutputDriver(java.lang.String[] resultSet)
          Creates a new instance of AudioOutputDriver and parses the detailed information about an audio output driver described by resultSet.
 
Method Summary
 
Methods inherited from class org.linuxsampler.lscp.AbstractDriver
addParameter, getDescription, getName, getParameterNames, getParameters, getVersion, parse, setName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AudioOutputDriver

public AudioOutputDriver()
Creates a new instance of AudioOutputDriverInfo


AudioOutputDriver

protected AudioOutputDriver(java.lang.String[] resultSet)
Creates a new instance of AudioOutputDriver and parses the detailed information about an audio output driver described by resultSet.

Parameters:
resultSet - An array with information categories about an audio output driver.

jlscp
v0.8

Copyright © 2009 Grigor Iliev. All rights reserved.