Package icyllis.modernui.audio
Class VorbisPushDecoder
java.lang.Object
icyllis.modernui.audio.SoundStream
icyllis.modernui.audio.VorbisPushDecoder
- All Implemented Interfaces:
AutoCloseable
Support for Ogg Vorbis.
-
Field Summary
Fields inherited from class icyllis.modernui.audio.SoundStream
mChannels, mSampleOffset, mSampleRate
-
Constructor Summary
-
Method Summary
Methods inherited from class icyllis.modernui.audio.SoundStream
f_to_s16, getChannels, getSampleOffset, getSampleRate, s16_to_f
-
Constructor Details
-
VorbisPushDecoder
- Throws:
IOException
-
-
Method Details
-
getTotalSamples
public int getTotalSamples() -
decodeFrame
- Specified by:
decodeFrame
in classSoundStream
- Throws:
IOException
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in classSoundStream
- Throws:
IOException
-