Go to the source code of this file.
◆ mmal_event_eos_send()
Send an eos event through a specific port.
- Parameters
-
port | port to receive the error event. |
- Returns
- MMAL_SUCCESS or an error if the event could not be sent.
◆ mmal_event_error_send()
Send an error event through the component's control port. The error event data will be the MMAL_STATUS_T passed in.
- Parameters
-
component | component to receive the error event. |
status | the error status to be sent. |
- Returns
- MMAL_SUCCESS or an error if the event could not be sent.
◆ mmal_event_forward()
Forward an event onto an output port. This will allocate a new event buffer on the output port, make a copy of the event buffer which will then be forwarded.
event to forward.
- Parameters
-
port | port to forward event to. |
- Returns
- MMAL_SUCCESS or an error if the event could not be forwarded.