Uses of Class
viper.api.time.FrameRate

Packages that use FrameRate
edu.umd.cfar.lamp.viper.gui.players   
viper.api The ViPER API is a set of Java classes and interfaces that allows programmatic access to video metadata in the ViPER format.  
viper.api.extensions This package declares interfaces for deeper ViPER API functionality than are provided by the core interface.  
viper.api.impl This package contians the default implementation of the ViPER API. 
 

Uses of FrameRate in edu.umd.cfar.lamp.viper.gui.players
 

Methods in edu.umd.cfar.lamp.viper.gui.players that return FrameRate
 FrameRate NotFoundPlayer.getRate()
           
 FrameRate NativePlayer.getRate()
           
abstract  FrameRate DataPlayer.getRate()
          Gets the frame rate of the video.
 

Uses of FrameRate in viper.api
 

Methods in viper.api that return FrameRate
 FrameRate MediaElement.getFrameRate()
          Gets the frame rate of the video.
 

Methods in viper.api with parameters of type FrameRate
 void MediaElement.setFrameRate(FrameRate rate)
           
 

Uses of FrameRate in viper.api.extensions
 

Methods in viper.api.extensions that return FrameRate
 FrameRate CanonicalFileDescriptor.getFrameRate()
          Gets the frame rate of the video.
 

Methods in viper.api.extensions with parameters of type FrameRate
 void CanonicalFileDescriptor.setFrameRate(FrameRate rate)
          Sets the frame rate associated with the video clip.
 

Uses of FrameRate in viper.api.impl
 

Methods in viper.api.impl that return FrameRate
 FrameRate ViperParser.getFrameRate(Frame f, Time t)
          Returns a FrameRate object that represents f Frames for every t time units.
 FrameRate MediaElementImpl.getFrameRate()
          Returns the rate of frames per unit of time.
 FrameRate FileInformation.getFrameRate()
           
 

Methods in viper.api.impl with parameters of type FrameRate
 void MediaElementImpl.setFrameRate(FrameRate rate)
           
 void FileInformation.setFrameRate(FrameRate rate)
           
 void FileInformation.setFrameRate(FrameRate rate, boolean undoable)
          Allows non-undoable setting of the frame rate.
 

Constructors in viper.api.impl with parameters of type FrameRate
SourcefileImpl(ViperData parent, java.lang.String sfname, java.util.Collection c, FrameRate rate)
          Creates a new Sourcefile object with the given parent ViperData.
MediaElementImpl(java.lang.String fname, FrameRate rate)
          Creates a new metadata object for the given clip with the given rate.