goxr3plus / java-stream-player

🌌Java Advanced Audio Controller Library (WAV, AU, AIFF, MP3, OGG VORBIS, FLAC, MONKEY's AUDIO and SPEEX audio formats )
GNU General Public License v3.0
145 stars 33 forks source link

Improve JavaDoc for StreamPlayerListener.progress #35

Open HelgeStenstrom opened 5 years ago

HelgeStenstrom commented 5 years ago

https://github.com/goxr3plus/java-stream-player/blob/4991e4acc52041ca1529404d176c57b4171eba94/src/main/java/com/goxr3plus/streamplayer/stream/StreamPlayerListener.java#L43-L49

Try to answer at least these questions:

goxr3plus commented 5 years ago

*THe encoded bytes are the bytes that have been encoded since the start of audio it's actually how many bytes have totally been read from the file.

goxr3plus commented 5 years ago

Properties have been there for some reason i think they are used for audio filtering and getting information about the current audio file.

For the others questions i have read the code :)

goxr3plus commented 5 years ago

I am not quite sure about the microsecond position, it's actually what it says i think.

goxr3plus commented 5 years ago

I am not quite sure about the microsecond position, it's actually what it says i think.