Virtual Method
AravisDevicecreate_stream
Declaration [src]
ArvStream*
create_stream (
ArvDevice* device,
ArvStreamCallback callback,
void* user_data,
GDestroyNotify destroy,
GError** error
)
Parameters
callback |
ArvStreamCallback |
No description available. | |
user_data |
void* |
No description available. | |
The argument can be NULL . | |
The data is owned by the caller of the function. | |
destroy |
GDestroyNotify |
No description available. | |
error |
GError ** |
The return location for a GError* , or NULL . |
Return value
Returns: | ArvStream |
No description available. | |
The data is owned by the called function. |