Skip navigation links
A C D G I M N O P R S T V 

A

addStreamPlayerListener(StreamPlayerListener) - Method in class com.goxr3plus.streamplayer.stream.StreamPlayer
Add a listener to be notified.
AudioType - Enum in com.goxr3plus.streamplayer.enums
Indicates the type of data.

C

call() - Method in class com.goxr3plus.streamplayer.stream.StreamPlayer
Main loop.
call() - Method in class com.goxr3plus.streamplayer.stream.StreamPlayerEventLauncher
 
com.goxr3plus.streamplayer.application - package com.goxr3plus.streamplayer.application
 
com.goxr3plus.streamplayer.enums - package com.goxr3plus.streamplayer.enums
 
com.goxr3plus.streamplayer.stream - package com.goxr3plus.streamplayer.stream
 
com.goxr3plus.streamplayer.tools - package com.goxr3plus.streamplayer.tools
 

D

durationInMilliseconds(String, AudioType) - Static method in class com.goxr3plus.streamplayer.tools.TimeTool
This method determines the duration of given data.
durationInSeconds(String, AudioType) - Static method in class com.goxr3plus.streamplayer.tools.TimeTool
Returns the time of Audio to seconds

G

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.

I

IOInfo - Class in com.goxr3plus.streamplayer.tools
 
IOInfo() - Constructor for class com.goxr3plus.streamplayer.tools.IOInfo
 
isOpened() - Method in class com.goxr3plus.streamplayer.stream.StreamPlayer
Checks if is opened.
isPaused() - Method in class com.goxr3plus.streamplayer.stream.StreamPlayer
Checks if is paused.
isPausedOrPlaying() - Method in class com.goxr3plus.streamplayer.stream.StreamPlayer
Checks if is paused or playing.
isPlaying() - Method in class com.goxr3plus.streamplayer.stream.StreamPlayer
Checks if is playing.
isSeeking() - Method in class com.goxr3plus.streamplayer.stream.StreamPlayer
Checks if is seeking.
isStopped() - Method in class com.goxr3plus.streamplayer.stream.StreamPlayer
Checks if is stopped.
isUnknown() - Method in class com.goxr3plus.streamplayer.stream.StreamPlayer
Checks if is unknown.

M

Main - Class in com.goxr3plus.streamplayer.application
 
Main() - Constructor for class com.goxr3plus.streamplayer.application.Main
Constructor
main(String[]) - Static method in class com.goxr3plus.streamplayer.application.Main
 
millisecondsToTime(long) - Static method in class com.goxr3plus.streamplayer.tools.TimeTool
/** Returns the time in format %02d:%02d:%02d if( minutes >60 ) or %02d:%02d.

N

newThread(Runnable) - Method in class com.goxr3plus.streamplayer.stream.ThreadFactoryWithNamePrefix
 

O

open(Object) - Method in class com.goxr3plus.streamplayer.stream.StreamPlayer
Open the specific object which can be File,URL or InputStream.
opened(Object, Map<String, Object>) - Method in class com.goxr3plus.streamplayer.application.Main
 
opened(Object, Map<String, Object>) - Method in interface com.goxr3plus.streamplayer.stream.StreamPlayerListener
It is called when the StreamPlayer open(Object object) method is called.

P

pause() - Method in class com.goxr3plus.streamplayer.stream.StreamPlayer
Pauses the play back.
play() - Method in class com.goxr3plus.streamplayer.stream.StreamPlayer
Starts the play back.
printStackTrace() - Method in exception com.goxr3plus.streamplayer.stream.StreamPlayerException
 
printStackTrace(PrintStream) - Method in exception com.goxr3plus.streamplayer.stream.StreamPlayerException
 
printStackTrace(PrintWriter) - Method in exception com.goxr3plus.streamplayer.stream.StreamPlayerException
 
progress(int, long, byte[], Map<String, Object>) - Method in class com.goxr3plus.streamplayer.application.Main
 
progress(int, long, byte[], Map<String, Object>) - Method in interface com.goxr3plus.streamplayer.stream.StreamPlayerListener
Is called several times per second when StreamPlayer run method is running.

R

removeStreamPlayerListener(StreamPlayerListener) - Method in class com.goxr3plus.streamplayer.stream.StreamPlayer
Remove registered listener.
reset() - Method in class com.goxr3plus.streamplayer.stream.StreamPlayer
Freeing the resources.
resume() - Method in class com.goxr3plus.streamplayer.stream.StreamPlayer
Resumes the play back.

S

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
Skip x seconds of audio See StreamPlayer.seekBytes(long)
seekTo(int) - Method in class com.goxr3plus.streamplayer.stream.StreamPlayer
Go to X time of the Audio See StreamPlayer.seekBytes(long)
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.

T

ThreadFactoryWithNamePrefix - Class in com.goxr3plus.streamplayer.stream
ThreadFactory with the ability to set the thread name prefix.
ThreadFactoryWithNamePrefix(String) - Constructor for class com.goxr3plus.streamplayer.stream.ThreadFactoryWithNamePrefix
Creates a new ThreadFactory where threads are created with a name prefix of prefix.
TimeTool - Class in com.goxr3plus.streamplayer.tools
 
toString() - Method in class com.goxr3plus.streamplayer.stream.StreamPlayerEvent
 

V

valueOf(String) - Static method in enum com.goxr3plus.streamplayer.enums.AudioType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.goxr3plus.streamplayer.enums.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.goxr3plus.streamplayer.stream.StreamPlayerException.PlayerException
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.goxr3plus.streamplayer.enums.AudioType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.goxr3plus.streamplayer.enums.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.goxr3plus.streamplayer.stream.StreamPlayerException.PlayerException
Returns an array containing the constants of this enum type, in the order they are declared.
A C D G I M N O P R S T V 
Skip navigation links

Copyright © 2019. All rights reserved.