示例#1
0
 /// <summary>
 /// Ask a port to release all the buffer headers it currently has. This is an asynchronous operation and the
 /// flush call will return before all the buffer headers are returned to the client.
 /// </summary>
 internal void Flush()
 {
     MMALCheck(MMALPort.mmal_port_flush(this.Ptr), "Unable to flush port.");
 }