Set or get the values of various properties of the
Video
or Stream
object.
# S3 method for Rcpp_Stream
setProp(obj, property, value)# S3 method for Rcpp_Stream
getProp(obj, property)
# S3 method for Rcpp_Video
setProp(obj, property, value)
# S3 method for Rcpp_Video
getProp(obj, property)
# S3 method for Rcpp_VideoWriter
setProp(obj, property, value)
# S3 method for Rcpp_VideoWriter
getProp(obj, property)
setProp(obj, property, value)
getProp(obj, property)
A character string specifying the name of the property to modify (see details below for a complete list).
The new value of the property.
setProp
returns TRUE is the property was set successfully.
getProp
returns a numeric value or a character string depending on
property
.