powered by
reset flush a Queue object from all the frames it contains and starts filling it up again with new frames.
reset
Queue
reset(x)
A Queue object.
This function returns nothing.
Queue, queue
queue
# NOT RUN { balloon <- video(system.file("sample_vid/Balloon.mp4", package = "Rvision")) buf <- queue(balloon) reset(buf) # }
Run the code above in your browser using DataLab