ado_pcm_subchn_caps()

Get a pointer to the capabilities structure for a subchannel

Synopsis:

#include <audio_driver.h>

ado_pcm_cap_t *ado_pcm_subchn_caps (
                  ado_pcm_subchn_t *subchn );

Arguments:

subchn
A pointer to the ado_pcm_subchn_t structure that describes the subchannel.

Description:

The ado_pcm_subchn_caps() function returns a pointer to the capabilities structure for the subchannel. This function is necessary because the ado_pcm_subchn_t structure is a opaque data type.

Returns:

A pointer to a ado_pcm_cap_t structure that describes the capabilities for the subchn, or NULL on error.

Classification:

QNX Neutrino

Safety:
Cancellation point No
Interrupt handler No
Signal handler No
Thread Yes

See also:

ado_pcm_cap_t