public class PlayerExample
extends java.lang.Object
A simple Java video/audio player for ogg (theora, vorbis).
Adapted from player_example.c.
The original example used SDL for the actual rendering of audio and video, here we use a simple Swing control and JavaSound.
TODO: synchronize audio and video properly.
TODO: when playing audio only, need to drain line so that we hear the whole thing.