is the JMF Control means some GUI component?

is the JMF Control only means some GUI component?Thanks
[69 byte] By [Liusua] at [2007-11-27 2:07:03]
# 1
No JMF is more about the streaming of Audio/VideoTake a look here - Read the User Guides http://forum.java.sun.com/thread.jspa?threadID=5151618&tstart=0Your GUI will be built around JMF
Stefan_Marica at 2007-7-12 1:54:45 > top of Java-index,Security,Cryptography...
# 2

No..I think that i did't descripe the question clear.

Around Java Media Framework,there are some important concepts,such as Time, DataSource,MediaEvent,Clock,Controller,Control.etc.And i want to ask that if the Control in the Java Media Framework only mean some GUI component?

Message was edited by:

Liusu

Liusua at 2007-7-12 1:54:45 > top of Java-index,Security,Cryptography...
# 3

No the Control interface is something you would use to configure your processor/player/datasource

There is a whole family of sub-interfaces - TrackControl is one that most people will use - from this you can determine what formats a DataSource supports & set what you want your output to be

Some Controls won't be available to your App until you've got a Realized Player/Processor

Others may be available when in the Configured state - but become fixed (to your output settings) after that

You will need to read the JavaDocs on each Control that you're interested in to determine what you might want to do with it

Stefan_Marica at 2007-7-12 1:54:45 > top of Java-index,Security,Cryptography...