Retrieve the dimensions a VideoWriter object.

# S3 method for Rcpp_VideoWriter
dim(x)

Arguments

x

A VideoWriter object.

Value

A vector with 2 values corresponding to the number of rows and columns of the video writer (in this order).

See also

Author

Simon Garnier, garnier@njit.edu

Examples

# TODO