alSndpDeallocate.htm
1.24 KB
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
49
50
51
52
53
54
55
56
57
58
59
<HTML>
<HEAD>
<TITLE>HTML 文書</TITLE>
<META NAME="GENERATOR" CONTENT="Internet Assistant for Microsoft Word 2.03j">
</HEAD>
<BODY>
<P>
<B><FONT FACE="Arial">alSndpDeallocate(3P) <BR>
</FONT></B>
<P>
<B>関数名<BR>
</B>
<P>
alSndpDeallocate
<P>
→ サウンドプレイヤーからサウンドを削除する。<BR>
<P>
<B>構文<BR>
</B>
<P>
#include <libaudio.h>
<P>
void alSndpDeallocate(ALSndPlayer *sndp, ALSndId
id);<BR>
<P>
<B>パラメータ<BR>
</B>
<P>
<B>sndp</B> サウンドプレイヤーへのポインタ
<P>
<B>id</B> サウンドプレイヤー内で扱う、各サウンドを識別するユニークな数値
<P>
サウンドをサウンドプレイヤーにアロケートする際にこのidが戻される
<BR>
<P>
<B>説明<BR>
</B>
<P>
<B>alSndpDeallocate</B>はsndpで示されるサウンドプレイヤーからsoundを削除し、サウンドプレイヤー内のスペースをフリーにします。削除されたサウンドがその時点での対象サウンドである場合、対象idは-1にセットされます。
<BR>
<P>
<B>注意<BR>
</B>
<P>
<B>alSndpDeallocate</B>をコールできるのは対象サウンドのステートがAL_STOPPEDになった後だけです。
<BR>
<P>
<B>参照<BR>
</B>
<P>
<A HREF="alSndpSetSound.htm" >alSndpSetSound(3P)</A>、<A HREF="alSndpGetSound.htm" >alSndpGetSound(3P)</A>、<A HREF="alSndpAllocate.htm" >alSndpAllocate(3P)</A>
<BR>
<P>
</BODY>
</HTML>