|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsound.ProviderUtils
public class ProviderUtils
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 |
---|
public ProviderUtils()
Method Detail |
---|
public static void main(java.lang.String[] args)
public static java.util.List getMidiDeviceProviders()
public static java.util.List getSoundbankReaders()
public static java.util.List getMidiFileWriters()
public static java.util.List getMidiFileReaders()
public static java.util.List getMixerProviders()
public static java.util.List getFormatConversionProviders()
FormatConversionProvider
objects representing the available format converters. If no format
converters readers are available on the system, an array of length 0 is
returned.public static void print(java.util.List providers)
public static java.util.List getProviders(java.lang.Class c)
public static java.util.List getAudioFileReaders()
AudioFileReader
objects representing the installed audio file readers. If no audio file
readers are available on the system, an empty List is returned.public static java.util.List getAudioFileWriters()
AudioFileWriter
objects representing the available audio file writers. If no audio file
writers are available on the system, an empty List is returned.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |