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)


neuroconductor-devel/Rvision documentation built on June 10, 2025, 12:04 a.m.