powered by
capacity returns the maximum number of elements that a Queue object can contain.
capacity
Queue
capacity(x)
A Queue object.
A numeric value.
Queue, queue
queue
# NOT RUN { balloon <- video(system.file("sample_vid/Balloon.mp4", package = "Rvision")) buf <- queue(balloon) capacity(buf) # }
Run the code above in your browser using DataLab