powered by
full tests whether a Queue object is full, that is whether the number of frames it contains is equal to its capacity. empty tests whether a Queue object is empty, that is whether it contains no frames.
full
Queue
empty
full(x)empty(x)
empty(x)
A Queue object.
A logical.
Queue, queue, capacity
queue
capacity
# NOT RUN { balloon <- video(system.file("sample_vid/Balloon.mp4", package = "Rvision")) buf <- queue(balloon) full(buf) # }
Run the code above in your browser using DataLab