Method
AravisStreamget_n_buffers
Declaration [src]
void
arv_stream_get_n_buffers (
ArvStream* stream,
gint* n_input_buffers,
gint* n_output_buffers
)
Parameters
n_input_buffers |
gint* |
Input queue length. |
|
| The argument will be set by the function. | |
The argument can be NULL. | |
| The instance takes ownership of the data, and is responsible for freeing it. | |
n_output_buffers |
gint* |
Output queue length. |
|
| The argument will be set by the function. | |
The argument can be NULL. | |
| The instance takes ownership of the data, and is responsible for freeing it. |