Skip to contents

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

Simon Garnier, garnier@njit.edu

Examples

if (FALSE) {
writer <- videoWriter("test.mp4", "H264", 25, 1080, 1920)
api(writer)
release(writer)
}