Caution: This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs.

PgDestroyVideoChannel()

Destroy resources associated with a video channel

Synopsis:

void PgDestroyVideoChannel(
        PgVideoChannel_t *channel );

Arguments:

channel
A pointer to a PgVideoChannel_t structure for the video channel that you want to destroy.

Library:

ph

Description:

PgDestroyVideoChannel() releases any resources associated with the video channel that was created by PgCreateVideoChannel().

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PgConfigScalerChannel(), PgCreateVideoChannel(), PgGetOverlayChromaColor(), PgGetScalerCapabilities(), PgNextVideoFrame(), PgScalerCaps_t, PgScalerProps_t, PgVideoChannel_t

Video overlay in the Raw Drawing and Animation chapter of the Photon Programmer's Guide