Enumeration
AravisStreamCallbackType
since: 0.8
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
.
Available since: 0.8
Members
ARV_STREAM_CALLBACK_TYPE_INIT
-
Thread initialization, happens once.
- Value:
0
- Nickname:
init
- Available since: 0.8
- Value:
ARV_STREAM_CALLBACK_TYPE_EXIT
-
Thread end, happens once.
- Value:
1
- Nickname:
exit
- Available since: 0.8
- Value:
ARV_STREAM_CALLBACK_TYPE_START_BUFFER
-
Buffer filling start, happens at each frame.
- Value:
2
- Nickname:
start-buffer
- Available since: 0.8
- Value:
ARV_STREAM_CALLBACK_TYPE_BUFFER_DONE
-
Buffer filled, happens at each frame.
- Value:
3
- Nickname:
buffer-done
- Available since: 0.8
- Value: