Exemplo n.º 1
0
 internal void Put(MMALBufferImpl buffer)
 {
     MMALQueue.mmal_queue_put(this.Ptr, buffer.Ptr);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Puts the buffer header back into this queue.
 /// </summary>
 /// <param name="buffer">The buffer header.</param>
 public void Put(IBuffer buffer)
 {
     MMALQueue.mmal_queue_put(this.Ptr, buffer.Ptr);
 }