gf_vcap_bind_to_layer()

Bind video capture unit to a layer

Synopsis:

#include <gf/gf.h>

void gf_vcap_bind_to_layer ( gf_vcap_t  vcap,
                             gf_layer_t layer );

Arguments:

vcap
The handle of the video capture unit, returned by gf_vcap_attach().
layer
The layer to bind to the video capture unit.

Library:

gf

Description:

This function binds a video capture unit to a layer. The captured data will be displayed on the specified layer. Synchronization between the layer and the video capture unit is performed automatically. Any buffers needed to store the captured data are allocated and freed automatically.

Classification:

QNX Graphics Framework

Safety:
Interrupt handler No
Signal handler No
Thread Yes

See also:

gf_vcap_attach()