Kaynağa Gözat

Update raylib_api.* by CI

pull/3894/head
github-actions[bot] 1 yıl önce
ebeveyn
işleme
1b047995d1
4 değiştirilmiş dosya ile 8 ekleme ve 8 silme
  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 Dosyayı Görüntüle

@ -11669,7 +11669,7 @@
}, },
{ {
"name": "AttachAudioStreamProcessor", "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", "returnType": "void",
"params": [ "params": [
{ {
@ -11699,7 +11699,7 @@
}, },
{ {
"name": "AttachAudioMixedProcessor", "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", "returnType": "void",
"params": [ "params": [
{ {

+ 2
- 2
parser/output/raylib_api.lua Dosyayı Görüntüle

@ -8021,7 +8021,7 @@ return {
}, },
{ {
name = "AttachAudioStreamProcessor", 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", returnType = "void",
params = { params = {
{type = "AudioStream", name = "stream"}, {type = "AudioStream", name = "stream"},
@ -8039,7 +8039,7 @@ return {
}, },
{ {
name = "AttachAudioMixedProcessor", 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", returnType = "void",
params = { params = {
{type = "AudioCallback", name = "processor"} {type = "AudioCallback", name = "processor"}

+ 2
- 2
parser/output/raylib_api.txt Dosyayı Görüntüle

@ -4500,7 +4500,7 @@ Function 557: SetAudioStreamCallback() (2 input parameters)
Function 558: AttachAudioStreamProcessor() (2 input parameters) Function 558: AttachAudioStreamProcessor() (2 input parameters)
Name: AttachAudioStreamProcessor Name: AttachAudioStreamProcessor
Return type: void 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[1]: stream (type: AudioStream)
Param[2]: processor (type: AudioCallback) Param[2]: processor (type: AudioCallback)
Function 559: DetachAudioStreamProcessor() (2 input parameters) Function 559: DetachAudioStreamProcessor() (2 input parameters)
@ -4512,7 +4512,7 @@ Function 559: DetachAudioStreamProcessor() (2 input parameters)
Function 560: AttachAudioMixedProcessor() (1 input parameters) Function 560: AttachAudioMixedProcessor() (1 input parameters)
Name: AttachAudioMixedProcessor Name: AttachAudioMixedProcessor
Return type: void 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) Param[1]: processor (type: AudioCallback)
Function 561: DetachAudioMixedProcessor() (1 input parameters) Function 561: DetachAudioMixedProcessor() (1 input parameters)
Name: DetachAudioMixedProcessor Name: DetachAudioMixedProcessor

+ 2
- 2
parser/output/raylib_api.xml Dosyayı Görüntüle

@ -2988,7 +2988,7 @@
<Param type="AudioStream" name="stream" desc="" /> <Param type="AudioStream" name="stream" desc="" />
<Param type="AudioCallback" name="callback" desc="" /> <Param type="AudioCallback" name="callback" desc="" />
</Function> </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="AudioStream" name="stream" desc="" />
<Param type="AudioCallback" name="processor" desc="" /> <Param type="AudioCallback" name="processor" desc="" />
</Function> </Function>
@ -2996,7 +2996,7 @@
<Param type="AudioStream" name="stream" desc="" /> <Param type="AudioStream" name="stream" desc="" />
<Param type="AudioCallback" name="processor" desc="" /> <Param type="AudioCallback" name="processor" desc="" />
</Function> </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="" /> <Param type="AudioCallback" name="processor" desc="" />
</Function> </Function>
<Function name="DetachAudioMixedProcessor" retType="void" paramCount="1" desc="Detach audio stream processor from the entire audio pipeline"> <Function name="DetachAudioMixedProcessor" retType="void" paramCount="1" desc="Detach audio stream processor from the entire audio pipeline">

Yükleniyor…
İptal
Kaydet