Learn R Programming

Rvision (version 0.6.0)

frame.Rcpp_Queue: Reader Head Position

Description

Retrieve the index of the frame to be read next in a Video or Queue object.

Usage

# S3 method for Rcpp_Queue
frame(x)

# S3 method for Rcpp_Video frame(x)

frame(x)

Arguments

x

A Video or Queue object.

Value

A numeric value.

See Also

Video, Queue

Examples

Run this code
# NOT RUN {
balloon <- video(system.file("sample_vid/Balloon.mp4", package = "Rvision"))
frame(balloon)

# }

Run the code above in your browser using DataLab