- getBalance() - Method in class com.goxr3plus.streamplayer.stream.StreamPlayer
-
Return the balance Value.
- getCause() - Method in exception com.goxr3plus.streamplayer.stream.StreamPlayerException
-
- getDescription() - Method in class com.goxr3plus.streamplayer.stream.StreamPlayerEvent
-
Gets the description.
- getDurationInSeconds() - Method in class com.goxr3plus.streamplayer.stream.StreamPlayer
-
- getEncodedStreamPosition() - Method in class com.goxr3plus.streamplayer.stream.StreamPlayer
-
Calculates the current position of the encoded audio based on
nEncodedBytes = encodedAudioLength -
encodedAudioInputStream.available();
- getEncodedStreamPosition() - Method in class com.goxr3plus.streamplayer.stream.StreamPlayerEvent
-
Returns the encoded stream position
- getFileExtension(String) - Static method in class com.goxr3plus.streamplayer.tools.IOInfo
-
Returns the extension of file(without (.)) for example (ai.mp3)->(mp3)
and to lowercase (Mp3 -> mp3)
- getFileName(String) - Static method in class com.goxr3plus.streamplayer.tools.IOInfo
-
Returns the name of the file for example if file path is (C:/Give me
more/no no/media.ogg) it returns (media.ogg)
- getFileTitle(String) - Static method in class com.goxr3plus.streamplayer.tools.IOInfo
-
Returns the title of the file for example if file name is (club.mp3)
it returns (club)
- getGainValue() - Method in class com.goxr3plus.streamplayer.stream.StreamPlayer
-
Returns Gain value.
- getLineBufferSize() - Method in class com.goxr3plus.streamplayer.stream.StreamPlayer
-
Return SourceDataLine buffer size.
- getLineCurrentBufferSize() - Method in class com.goxr3plus.streamplayer.stream.StreamPlayer
-
Return SourceDataLine current buffer size.
- getMaximumGain() - Method in class com.goxr3plus.streamplayer.stream.StreamPlayer
-
Returns maximum Gain value.
- getMessage() - Method in exception com.goxr3plus.streamplayer.stream.StreamPlayerException
-
- getMinimumGain() - Method in class com.goxr3plus.streamplayer.stream.StreamPlayer
-
Returns minimum Gain value.
- getMixers() - Method in class com.goxr3plus.streamplayer.stream.StreamPlayer
-
Returns all available mixers.
- getMute() - Method in class com.goxr3plus.streamplayer.stream.StreamPlayer
-
Return the mute Value(true || false).
- getPan() - Method in class com.goxr3plus.streamplayer.stream.StreamPlayer
-
Returns Pan value.
- getPlayerStatus() - Method in class com.goxr3plus.streamplayer.stream.StreamPlayerEvent
-
Returns the Player Status
- getPositionByte() - Method in class com.goxr3plus.streamplayer.stream.StreamPlayer
-
- getPrecision() - Method in class com.goxr3plus.streamplayer.stream.StreamPlayer
-
Returns Pan precision.
- getSource() - Method in class com.goxr3plus.streamplayer.stream.StreamPlayerEvent
-
Gets the source.
- getSourceDataLine() - Method in class com.goxr3plus.streamplayer.stream.StreamPlayer
-
Gets the source data line.
- getSpeedFactor() - Method in class com.goxr3plus.streamplayer.stream.StreamPlayer
-
- getStatus() - Method in class com.goxr3plus.streamplayer.stream.StreamPlayer
-
This method will return the status of the player
- getTimeEdited(int) - Static method in class com.goxr3plus.streamplayer.tools.TimeTool
-
Returns the time in format %02d:%02d:%02d if( minutes >60 ) or
%02dsec if (seconds<60) %02d:%02d.
- getTimeEditedOnHours(int) - Static method in class com.goxr3plus.streamplayer.tools.TimeTool
-
Returns the time in format %02d:%02d.
- getTotalBytes() - Method in class com.goxr3plus.streamplayer.stream.StreamPlayer
-
Return the total size of this file in bytes.
- seekBytes(long) - Method in class com.goxr3plus.streamplayer.stream.StreamPlayer
-
Skip bytes in the File input stream.
- seekSeconds(int) - Method in class com.goxr3plus.streamplayer.stream.StreamPlayer
-
- seekTo(int) - Method in class com.goxr3plus.streamplayer.stream.StreamPlayer
-
- setBalance(float) - Method in class com.goxr3plus.streamplayer.stream.StreamPlayer
-
Represents a control for the relative balance of a stereo signal between two
stereo speakers.
- setEqualizer(float[], int) - Method in class com.goxr3plus.streamplayer.stream.StreamPlayer
-
Changes specific values from equalizer.
- setEqualizerKey(float, int) - Method in class com.goxr3plus.streamplayer.stream.StreamPlayer
-
Changes a value from equalizer.
- setGain(double) - Method in class com.goxr3plus.streamplayer.stream.StreamPlayer
-
Sets Gain value.
- setLineBufferSize(int) - Method in class com.goxr3plus.streamplayer.stream.StreamPlayer
-
Set SourceDataLine buffer size.
- setMute(boolean) - Method in class com.goxr3plus.streamplayer.stream.StreamPlayer
-
Set the mute of the Line.
- setPan(double) - Method in class com.goxr3plus.streamplayer.stream.StreamPlayer
-
Sets Pan value.
- setSpeedFactor(double) - Method in class com.goxr3plus.streamplayer.stream.StreamPlayer
-
Change the Speed Rate of the Audio , this variable affects the Sample Rate ,
for example 1.0 is normal , 0.5 is half the speed and 2.0 is double the speed
Note that you have to restart the audio for this to take effect
- Status - Enum in com.goxr3plus.streamplayer.enums
-
Status of Stream Player.
- statusUpdated(StreamPlayerEvent) - Method in class com.goxr3plus.streamplayer.application.Main
-
- statusUpdated(StreamPlayerEvent) - Method in interface com.goxr3plus.streamplayer.stream.StreamPlayerListener
-
Is called every time the status of the StreamPlayer changes.
- stop() - Method in class com.goxr3plus.streamplayer.stream.StreamPlayer
-
Stops the play back.
- StreamPlayer - Class in com.goxr3plus.streamplayer.stream
-
StreamPlayer is a class based on JavaSound API.
- StreamPlayer() - Constructor for class com.goxr3plus.streamplayer.stream.StreamPlayer
-
Constructor.
- StreamPlayerEvent - Class in com.goxr3plus.streamplayer.stream
-
The Class StreamPlayerEvent.
- StreamPlayerEvent(Object, Status, int, Object) - Constructor for class com.goxr3plus.streamplayer.stream.StreamPlayerEvent
-
Constructor.
- StreamPlayerEventLauncher - Class in com.goxr3plus.streamplayer.stream
-
The Class StreamPlayerEventLauncher.
- StreamPlayerEventLauncher(Object, Status, int, Object, List<StreamPlayerListener>) - Constructor for class com.goxr3plus.streamplayer.stream.StreamPlayerEventLauncher
-
Instantiates a new stream player event launcher.
- StreamPlayerException - Exception in com.goxr3plus.streamplayer.stream
-
Special exceptions of StreamPlayer.
- StreamPlayerException(StreamPlayerException.PlayerException) - Constructor for exception com.goxr3plus.streamplayer.stream.StreamPlayerException
-
Constructor.
- StreamPlayerException(Throwable) - Constructor for exception com.goxr3plus.streamplayer.stream.StreamPlayerException
-
Constructor.
- StreamPlayerException(StreamPlayerException.PlayerException, Throwable) - Constructor for exception com.goxr3plus.streamplayer.stream.StreamPlayerException
-
Constructor.
- StreamPlayerException.PlayerException - Enum in com.goxr3plus.streamplayer.stream
-
Type of exception.
- StreamPlayerListener - Interface in com.goxr3plus.streamplayer.stream
-
Used to notify for events that are happening on StreamPlayer.