j3d.org Code

org.j3d.util.device
Class AudioDeviceDescriptor

java.lang.Object
  extended byorg.j3d.util.device.DeviceDescriptor
      extended byorg.j3d.util.device.AudioDeviceDescriptor

public class AudioDeviceDescriptor
extends DeviceDescriptor

An descriptor class for AudioDevices


Constructor Summary
AudioDeviceDescriptor(java.lang.String name, java.lang.String desc, java.lang.String cls)
          Construct an instance of this class with the given information about the name, description and class file.
 
Methods inherited from class org.j3d.util.device.DeviceDescriptor
equals, getDescription, getName
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AudioDeviceDescriptor

public AudioDeviceDescriptor(java.lang.String name,
                             java.lang.String desc,
                             java.lang.String cls)
Construct an instance of this class with the given information about the name, description and class file.

Parameters:
name - The name of the device
desc - A description of the device
cls - The fully qualified name of the class file

j3d.org Code

Latest Info from http://code.j3d.org/
Copyright © 2001 - j3d.org