Maven module :
un.api : api-media :
Class :
un.api.media.MediaReadStream
Extends/Implements :
-
Subclasses :
-
Media stream reader.
author
Johann Sorel
Variables :
-
Functions :
moveTo
,
next
Move to given time.
param
time
throws
IOException if the stream does not support random access.
void
moveTo
(long time)
Move forward on the next step if the reader support it.
MediaPacket
next
()
author Johann Sorel