public class FLACMixer extends BasicMixer
| Constructor and Description |
|---|
FLACMixer(URL flacFileUrl)
Constructor for FLACMixer
|
| Modifier and Type | Method and Description |
|---|---|
int |
getChannelCount() |
int |
getCurrentKBperSecond() |
int |
getCurrentSampleFrequency() |
long |
getLengthInMilliseconds() |
long |
getMillisecondPosition() |
boolean |
isSeekSupported() |
protected void |
seek(long milliseconds) |
void |
startPlayback() |
getSeekPosition, hasFinished, isInSeeking, isNotPausingNorPaused, isNotSeeking, isNotStoppingNorStopped, isPaused, isPausing, isPlaying, isSeeking, isStopped, isStopping, pausePlayback, setHasFinished, setIsPaused, setIsPausing, setIsPlaying, setIsSeeking, setIsStopped, setIsStopping, setMillisecondPosition, stopPlaybackcloseAudioDevice, fullyCloseAudioDevice, getAudioFormat, isInitialized, openAudioDevice, setAudioFormat, setAudioProcessor, setBalance, setExportFile, setExportFile, setInternatFramePosition, setKeepSilent, setPlayDuringExport, setSoundOutputStream, setVolume, startLine, stopLine, writeSampleDataToLinepublic FLACMixer(URL flacFileUrl)
public int getChannelCount()
getChannelCount in class MixerMixer.getChannelCount()public int getCurrentKBperSecond()
getCurrentKBperSecond in class MixerMixer.getCurrentKBperSecond()public int getCurrentSampleFrequency()
getCurrentSampleFrequency in class MixerMixer.getCurrentSampleFrequency()public long getLengthInMilliseconds()
getLengthInMilliseconds in class MixerMixer.getLengthInMilliseconds()public long getMillisecondPosition()
getMillisecondPosition in class MixerMixer.getMillisecondPosition()public boolean isSeekSupported()
isSeekSupported in class MixerMixer.isSeekSupported()protected void seek(long milliseconds)
seek in class BasicMixermilliseconds - BasicMixer.seek(long)public void startPlayback()
startPlayback in class MixerMixer.startPlayback()Copyright © 2014. All rights reserved.