calcSec method

double calcSec()

Implementation

double calcSec(){
	return _sec + _frame / _fps;
}