示例#1
0
 /// <summary>
 /// Send a buffer header to a port.
 /// </summary>
 /// <param name="buffer"></param>
 internal void SendBuffer(MMALBufferImpl buffer)
 {
     MMALCheck(MMALPort.mmal_port_send_buffer(this.Ptr, buffer.Ptr), "Unable to send buffer header.");
 }