alParseAbiCL.3p
982 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
.TH alParseAbiCL 3P local "Silicon Graphics, Inc."
.SH NAME
.upperok
alParseAbiCL \- Print an ABI (audio binary interface) command list in human readable format.
.SH C SPECIFICATION
.nf
\f3#include "ultra64.h"
void alParseAbiCL(u64 *cmdList, u32 nbytes)
\fP
.fi
.SH PARAMETERS
.TP 10
.I cmdList
pointer to Audio Binary Interface (ABI) command list in DRAM.
.TP
.I nbytes
number of bytes in the ABI command list.
.SH DESCRIPTION
This function interprets and displays the commands in an ABI command
list. For it to function you must be running the tool,
.B dlprint
on the Indy host.
The parameters
.B cmdList
and
.B nbytes
can be obtained after a call to
.B alAudioFrame().
.B cmdList
is the same as the first argument to
.B alAudioFrame(),
and
.B nbytes
is easily calculated by multiplying the returned value in the cmdLen parameter
from
.B alAudioFrame()
by sizeof(Acmd).
.P
.SH SEE ALSO
.IR dlprint (1),
.IR guParseGbiDL (3P),
.IR guParseRdpDL (3P),
.IR alAudioFrame (3P)