I am using the Java Media Framework to play a video file.
Now I would like to know the framerate of the videostream?
How is that possible? Thanks!
edit:
instances of the following are available:
javax.media.Manager
javax.media.MediaLocator
javax.media.NoProcessorException
javax.media.Processor
try the following
or perhaps form the content descriptor form the DataSource. For
URLDataSource:or at least, try to get the Format from the
javax.media.Buffer: