isVideoWriter: Test for a VideoWriter Object

View source: R/VideoWriterClass.R

isVideoWriterR Documentation

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).

Author(s)

Simon Garnier, garnier@njit.edu

See Also

VideoWriter, videoWriter

Examples

## Not run: 
writer <- videoWriter("test.mp4", "H264", 25, 1080, 1920)
isVideoWriter(writer)
release(writer)

## End(Not run)


swarm-lab/Rvision documentation built on Feb. 7, 2024, 4:59 a.m.