Previous Topic Index Next Topic
[API function]

FSOUND_Sample_GetMode

Returns a bitfield containing inforemation about the specified sample.
The values can be bitwise AND'ed with the values contained in FSOUND_MODES to see
if certain criteria are true or not. Information that can be retrieved from the
same in this field are loop type, bitdepth and stereo/mono.

unsigned int F_API FSOUND_Sample_GetMode(
FSOUND_SAMPLE *sptr
);

Parameters

sptr Pointer to the sample to get the mode information on

Return Value

On success, the loop end value is returned.
On failure, 0 is returned.

Remarks

See Also

FSOUND_MODES , FSOUND_Sample_SetDefaults , FSOUND_Sample_SetLoopMode

This document copyright ©Firelight Multimedia, 1999-2001. All rights reserved.
Generated Thu Sep 13 00:18:09 2001 by SourceDoc v0.10, the automated source code documenter.