Enumeration
AravisStreamCallbackType
Description [src]
Describes when the reason the stream callback is called. You are probably more interested in
ARV_STREAM_CALLBACK_TYPE_INIT and ARV_STREAM_CALLBACK_TYPE_BUFFER_DONE.
Members
| Name | Description |
|---|---|
ARV_STREAM_CALLBACK_TYPE_INIT |
Thread initialization, happens once. |
ARV_STREAM_CALLBACK_TYPE_EXIT |
Thread end, happens once. |
ARV_STREAM_CALLBACK_TYPE_START_BUFFER |
Buffer filling start, happens at each frame. |
ARV_STREAM_CALLBACK_TYPE_BUFFER_DONE |
Buffer filled, happens at each frame. |