The {@link IMediaViewer} is currently in experimental mode.That means it has some bugs where it can hang (in particular if there isn't as much audio in the file as video, but there are others), and we expect there will be some API and functionality changes in future releases. It's really something we're playing with and would like to get feedback on, but do not use it in production projects . You should not expect backwards compatibility on this part of the API.
You can use this object to attach to a {@link IMediaReader} or a{@link IMediaWriter} to see the output as they work.
You can optionally have the {@link IMediaViewer} display statistics on-screenwhile playing about the contents of the media file, and overlay a clock on the screen while playing.
Please note that due to limitations in Sun's sound system on Linux there is a lag between audio and video in Linux. Not much we can do about it, but anyone who knows a fix (the issue is with the precision of {@link DataLine#getMicrosecondPosition()}), please let us know.
|
|
|
|