Retrieve the API of a VideoWriter
object.
Arguments
- x
A
VideoWriter
object.
Value
A character string corresponding to the API used by the
VideoWriter
object to write the video.
Author
Simon Garnier, garnier@njit.edu
Examples
if (FALSE) { # \dontrun{
writer <- videoWriter("test.mp4", "H264", 25, 1080, 1920)
api(writer)
release(writer)
} # }