public class MP3Mixer extends BasicMixer
| Constructor and Description |
|---|
MP3Mixer(URL mp3FileUrl)
Constructor for MP3Mixer
|
| Modifier and Type | Method and Description |
|---|---|
int |
getChannelCount() |
int |
getCurrentKBperSecond() |
int |
getCurrentSampleFrequency() |
long |
getLengthInMilliseconds() |
long |
getMillisecondPosition() |
boolean |
isSeekSupported() |
protected void |
seek(long milliseconds) |
void |
setTagParserListener(TagParseListener tagParseListener) |
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 MP3Mixer(URL mp3FileUrl)
public void setTagParserListener(TagParseListener tagParseListener)
tagParseListener - public boolean isSeekSupported()
isSeekSupported in class MixerMixer.isSeekSupported()public long getMillisecondPosition()
getMillisecondPosition in class MixerMixer.getMillisecondPosition()public long getLengthInMilliseconds()
getLengthInMilliseconds in class MixerMixer.getLengthInMilliseconds()protected void seek(long milliseconds)
seek in class BasicMixermilliseconds - BasicMixer.seek(long)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 void startPlayback()
startPlayback in class MixerMixer.startPlayback()Copyright © 2014. All rights reserved.