forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
11
Kha/Backends/Kinc-hxcpp/kha/capture/AudioCapture.hx
Normal file
11
Kha/Backends/Kinc-hxcpp/kha/capture/AudioCapture.hx
Normal file
@ -0,0 +1,11 @@
|
||||
package kha.capture;
|
||||
|
||||
import kha.audio2.Buffer;
|
||||
|
||||
class AudioCapture {
|
||||
public static var audioCallback: Int->Buffer->Void;
|
||||
|
||||
public static function init(initialized: Void->Void, error: Void->Void): Void {
|
||||
error();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user