All Packages Class Hierarchy This Package Previous Next Index
Class quicktime.std.movies.media.VideoMediaHandler
java.lang.Object
|
+----quicktime.QTObject
|
+----quicktime.std.comp.ComponentIdentifier
|
+----quicktime.std.comp.Component
|
+----quicktime.std.movies.media.MediaHandler
|
+----quicktime.std.movies.media.VisualMediaHandler
|
+----quicktime.std.movies.media.VideoMediaHandler
- public class VideoMediaHandler
- extends VisualMediaHandler
- implements QuickTimeLib
-
getStatistics()
- The GetVideoMediaStatistics returns the average frame rate since the last time
ResetVideoMediaStatistics was called.
-
resetStatistics()
- Use the ResetVideoMediaStatistics function to reset the video media handlerÕs
counters before using GetVideoMediaStatistics to determine the frame rate of a
movie.
getStatistics
public float getStatistics()
- The GetVideoMediaStatistics returns the average frame rate since the last time
ResetVideoMediaStatistics was called. Because of sampling errors, the values
returned from GetVideoMediaStatistics are accurate only after waiting at least
one second after calling ResetVideoMediaStatistics.
QuickTime::VideoMediaGetStatistics
- Returns:
- the movieÕs play-back frame rate in frames per second.
resetStatistics
public void resetStatistics() throws StdQTException
- Use the ResetVideoMediaStatistics function to reset the video media handlerÕs
counters before using GetVideoMediaStatistics to determine the frame rate of a
movie. This call can only be used on video or MPEG media handlers.
QuickTime::VideoMediaResetStatistics
All Packages Class Hierarchy This Package Previous Next Index