nrow, ncol return the number of rows or columns present in a VideoWriter object.

nrow.Rcpp_VideoWriter(x)

ncol.Rcpp_VideoWriter(x)

Arguments

x

A VideoWriter object.

Value

A numeric value.

See also

dim which returns all dimensions.

Author

Simon Garnier, garnier@njit.edu

Examples

# TODO