pvgetframerate

Return the frame rate for the current PVOC data file


Synopsis

frame_rate = pvgetframerate()


Description

pvgetframerate returns the frame rate for the current PVOC analysis file, as created by the MiXViews program, and opened using pvinput. The units are frames per second.


Examples

total_frames = pvinput("some/pvocfile.pv");  // open a PVOC file
framerate = pvgetframerate();

See Also

pvinput, pvgetframeamps, pvgetframefreqs, pvgetframerate, PVOC