Re: Question about the JMF System

From: Chris (sarge_chris_at_hotmail.com)
Date: 01/26/04


Date: 26 Jan 2004 06:34:07 -0800

JMF creates the components that are used to display media (e.g. panels
for a video player) and can optionally also create the controls for
playback.

You get access to these components via the callback mechanism (the
name of the interface escapes me now), since they are only created
once the media is realized - why it works like that beats me, it sucks
IMHO.

- sarge