瀏覽代碼

Update raylib_api.* by CI

pull/3894/head
github-actions[bot] 8 月之前
父節點
當前提交
1b047995d1
共有 4 個檔案被更改,包括 8 行新增8 行删除
  1. +2
    -2
      parser/output/raylib_api.json
  2. +2
    -2
      parser/output/raylib_api.lua
  3. +2
    -2
      parser/output/raylib_api.txt
  4. +2
    -2
      parser/output/raylib_api.xml

+ 2
- 2
parser/output/raylib_api.json 查看文件

@ -11669,7 +11669,7 @@
},
{
"name": "AttachAudioStreamProcessor",
"description": "Attach audio stream processor to stream, receives the samples as <float>s",
"description": "Attach audio stream processor to stream, receives the samples as 'float'",
"returnType": "void",
"params": [
{
@ -11699,7 +11699,7 @@
},
{
"name": "AttachAudioMixedProcessor",
"description": "Attach audio stream processor to the entire audio pipeline, receives the samples as <float>s",
"description": "Attach audio stream processor to the entire audio pipeline, receives the samples as 'float'",
"returnType": "void",
"params": [
{

+ 2
- 2
parser/output/raylib_api.lua 查看文件

@ -8021,7 +8021,7 @@ return {
},
{
name = "AttachAudioStreamProcessor",
description = "Attach audio stream processor to stream, receives the samples as <float>s",
description = "Attach audio stream processor to stream, receives the samples as 'float'",
returnType = "void",
params = {
{type = "AudioStream", name = "stream"},
@ -8039,7 +8039,7 @@ return {
},
{
name = "AttachAudioMixedProcessor",
description = "Attach audio stream processor to the entire audio pipeline, receives the samples as <float>s",
description = "Attach audio stream processor to the entire audio pipeline, receives the samples as 'float'",
returnType = "void",
params = {
{type = "AudioCallback", name = "processor"}

+ 2
- 2
parser/output/raylib_api.txt 查看文件

@ -4500,7 +4500,7 @@ Function 557: SetAudioStreamCallback() (2 input parameters)
Function 558: AttachAudioStreamProcessor() (2 input parameters)
Name: AttachAudioStreamProcessor
Return type: void
Description: Attach audio stream processor to stream, receives the samples as <float>s
Description: Attach audio stream processor to stream, receives the samples as 'float'
Param[1]: stream (type: AudioStream)
Param[2]: processor (type: AudioCallback)
Function 559: DetachAudioStreamProcessor() (2 input parameters)
@ -4512,7 +4512,7 @@ Function 559: DetachAudioStreamProcessor() (2 input parameters)
Function 560: AttachAudioMixedProcessor() (1 input parameters)
Name: AttachAudioMixedProcessor
Return type: void
Description: Attach audio stream processor to the entire audio pipeline, receives the samples as <float>s
Description: Attach audio stream processor to the entire audio pipeline, receives the samples as 'float'
Param[1]: processor (type: AudioCallback)
Function 561: DetachAudioMixedProcessor() (1 input parameters)
Name: DetachAudioMixedProcessor

+ 2
- 2
parser/output/raylib_api.xml 查看文件

@ -2988,7 +2988,7 @@
<Param type="AudioStream" name="stream" desc="" />
<Param type="AudioCallback" name="callback" desc="" />
</Function>
<Function name="AttachAudioStreamProcessor" retType="void" paramCount="2" desc="Attach audio stream processor to stream, receives the samples as &lt;float>s">
<Function name="AttachAudioStreamProcessor" retType="void" paramCount="2" desc="Attach audio stream processor to stream, receives the samples as &#39;float'">
<Param type="AudioStream" name="stream" desc="" />
<Param type="AudioCallback" name="processor" desc="" />
</Function>
@ -2996,7 +2996,7 @@
<Param type="AudioStream" name="stream" desc="" />
<Param type="AudioCallback" name="processor" desc="" />
</Function>
<Function name="AttachAudioMixedProcessor" retType="void" paramCount="1" desc="Attach audio stream processor to the entire audio pipeline, receives the samples as &lt;float>s">
<Function name="AttachAudioMixedProcessor" retType="void" paramCount="1" desc="Attach audio stream processor to the entire audio pipeline, receives the samples as &#39;float'">
<Param type="AudioCallback" name="processor" desc="" />
</Function>
<Function name="DetachAudioMixedProcessor" retType="void" paramCount="1" desc="Detach audio stream processor from the entire audio pipeline">

Loading…
取消
儲存