api: API of a Video Writer

View source: R/VideoWriterClass.R

apiR Documentation

API of a Video Writer

Description

Retrieve the API of a VideoWriter object.

Usage

api(x)

Arguments

x

A VideoWriter object.

Value

A character string corresponding to the API used by the VideoWriter object to write the video.

Author(s)

Simon Garnier, garnier@njit.edu

See Also

VideoWriter, videoWriter

Examples

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

## End(Not run)


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