sound
Class ProviderUtils

java.lang.Object
  extended by sound.ProviderUtils

public class ProviderUtils
extends java.lang.Object

Copyright 2005, DocJava, Inc. User: dlyon Date: Oct 31, 2006 Time: 12:40:44 PM


Constructor Summary
ProviderUtils()
           
 
Method Summary
static java.util.List getAudioFileReaders()
          Obtains the set of audio file readers that are currently installed on the system.
static java.util.List getAudioFileWriters()
          Obtains the set of audio file writers that are currently installed on the system.
static java.util.List getFormatConversionProviders()
          Obtains the set of format converters (codecs, transcoders, etc.) that are currently installed on the system.
static java.util.List getMidiDeviceProviders()
           
static java.util.List getMidiFileReaders()
           
static java.util.List getMidiFileWriters()
           
static java.util.List getMixerProviders()
          Obtains the set of MixerProviders on the system.
static java.util.List getProviders(java.lang.Class c)
           
static java.util.List getSoundbankReaders()
           
static void main(java.lang.String[] args)
           
static void print(java.util.List providers)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProviderUtils

public ProviderUtils()
Method Detail

main

public static void main(java.lang.String[] args)

getMidiDeviceProviders

public static java.util.List getMidiDeviceProviders()

getSoundbankReaders

public static java.util.List getSoundbankReaders()

getMidiFileWriters

public static java.util.List getMidiFileWriters()

getMidiFileReaders

public static java.util.List getMidiFileReaders()

getMixerProviders

public static java.util.List getMixerProviders()
Obtains the set of MixerProviders on the system.


getFormatConversionProviders

public static java.util.List getFormatConversionProviders()
Obtains the set of format converters (codecs, transcoders, etc.) that are currently installed on the system.

Returns:
an array of FormatConversionProvider objects representing the available format converters. If no format converters readers are available on the system, an array of length 0 is returned.

print

public static void print(java.util.List providers)

getProviders

public static java.util.List getProviders(java.lang.Class c)

getAudioFileReaders

public static java.util.List getAudioFileReaders()
Obtains the set of audio file readers that are currently installed on the system.

Returns:
a List of AudioFileReader objects representing the installed audio file readers. If no audio file readers are available on the system, an empty List is returned.

getAudioFileWriters

public static java.util.List getAudioFileWriters()
Obtains the set of audio file writers that are currently installed on the system.

Returns:
a List of AudioFileWriter objects representing the available audio file writers. If no audio file writers are available on the system, an empty List is returned.