powered by
Tests whether the object is of class VideoWriter
VideoWriter
isVideoWriter(object)
Any R object.
A logical indicating whether the object is of class VideoWriter (TRUE) or not (FALSE).
VideoWriter, videoWriter
videoWriter
# NOT RUN { writer <- videoWriter("test.mp4", "H264", 25, 1080, 1920) isVideoWriter(writer) release(writer) # } # NOT RUN { # }
Run the code above in your browser using DataLab