Class | Description |
---|---|
MFAudioFileFormat |
Our version of
AudioFileFormat , instantiated from native code in MFAudioFileReader.c . |
MFAudioFileReader |
Open URLs/files or streams and returns a
AudioFileFormat instance. |
MFAudioFormat |
MFSampledSP's
AudioFormat adding a special constructor
to be called from MFAudioFileFormat . |
MFAudioFormat.MFEncoding |
Encoding that is aware of its Media Foundation type.
|
MFAudioInputStream |
Effectively acts as a wrapper around our own
MFNativePeerInputStream . |
MFFileInputStream |
Audio stream capable of decoding resources via Media Foundation.
|
MFNativeLibraryLoader |
First tries to load a library the default way using
System.loadLibrary(String) ,
upon failure falls back to the base directory of the given class package or the jar the class
is in. |
MFNativePeerInputStream |
Audio stream backed by Microsoft Windows Media Foundation.
|
Copyright © 2011–2018 tagtraum industries incorporated. All rights reserved.