NNS_SndArcStrmGetChannelCount

C Specification

#include <nnsys/snd.h>
int NNS_SndArcStrmGetChannelCount( NNSSndStrmHandle* handle );

Arguments

handle Pointer to a stream handle.

Return Values

Returns the number of channels playing stream data during playback. 0 is returned when nothing is being played.

Description

Gets the number of channels playing stream data. If the stream handle handle is invalid, 0 is returned.

See Also

None.

Revision History

2006/08/18 Initial version.


CONFIDENTIAL