Learn R Programming

Rvision (version 0.6.0)

isVideoWriter: Test for a VideoWriter Object

Description

Tests whether the object is of class VideoWriter

Usage

isVideoWriter(object)

Arguments

object

Any R object.

Value

A logical indicating whether the object is of class VideoWriter (TRUE) or not (FALSE).

See Also

VideoWriter, videoWriter

Examples

Run this code
# 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