Enumeration
AravisGcStreamable
since: 0.8.8
Description [src]
Denotes that the corresponding feature is prepared to be stored to and loaded from a file via the node tree. The idea is to persist the state of a camera by storing the features marked as Streamable and restore the state by writing those features back to the node tree.
Available since: 0.8.8
Members
ARV_GC_STREAMABLE_UNDEFINED
-
Undefined streamable.
- Value:
-1
- Nickname:
undefined
- Available since: 0.8.8
- Value:
ARV_GC_STREAMABLE_NO
-
The feature can’t be used for camera state persistence.
- Value:
0
- Nickname:
no
- Available since: 0.8.8
- Value:
ARV_GC_STREAMABLE_YES
-
The feature can be used for camera state persistence.
- Value:
1
- Nickname:
yes
- Available since: 0.8.8
- Value: