AXSetVoiceAdpcmLoop()

Syntax

#include <revolution/ax.h>

void AXSetVoiceAdpcmLoop(AXVPB *pvpb, AXPBADPCMLOOP *adpcmloop);

Arguments

pvpb Pointer to the voice being configured.
adpcmloop Pointer to the AXPBADPCMLOOP structure initialized by the application.

Return Values

None.

Description

The AXSetVoiceAdpcmLoop function sets the AXPBADPCMLOOP parameters for the specified voice. This function also asserts the synchronization flag corresponding to axvpb.sync.

See Also

axvpb.pb.adpcmLoop
AXSetVoiceAdpcm

Revision History

2009/05/07 Standardized text.
2006/03/01 Initial version.


CONFIDENTIAL