Retrieve the framerate (in frames per second) of a Video object.

# S3 method for Rcpp_Video
fps(obj)

# S3 method for Rcpp_VideoWriter
fps(obj)

fps(obj)

Arguments

obj

A Video object.

Value

A numeric value.

See also

Author

Simon Garnier, garnier@njit.edu

Examples

# TODO