Learn R Programming

Rvision (version 0.6.0)

api: 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.

See Also

VideoWriter, videoWriter

Examples

Run this code
# NOT RUN {
writer <- videoWriter("test.mp4", "H264", 25, 1080, 1920)
api(writer)
release(writer)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab