aSaveBuffer.3p 545 Bytes
.TH aSaveBuffer 3P local "Silicon Graphics, Inc."
.SH NAME
aSaveBuffer \- Save DMEM buffer to DRAM
.SH C SPECIFICATION
#include "mbi.h"
.br
.sp
aSaveBuffer(Acmd *pkt, short *dram)
.SH PARAMETERS
.TP 10
.I pkt
Audio command list pointer.
.TP
.I dram
Pointer to DRAM buffer.
.SH DESCRIPTION
Saves a buffer of DMEM audio samples to DRAM. A call to 
.IR aSetBuffer()
must be made to set the number of samples for transfer (through the
.IR count
parameter) and the input DMEM buffer location (through the
.IR dmemin
parameter).
Samples are 16 bits.