Retrieve the codec of a Video object.

# S3 method for Rcpp_Video
codec(obj)

# S3 method for Rcpp_VideoWriter
codec(obj)

codec(obj)

Arguments

obj

A Video object.

Value

A character string corresponding to the FOURCC code of the codec.

See also

Author

Simon Garnier, garnier@njit.edu

Examples

# TODO