We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 493ee98 commit 694ff73Copy full SHA for 694ff73
src/lime/media/OpenALAudioContext.hx
@@ -413,6 +413,11 @@ class OpenALAudioContext
413
}
414
415
416
+ public function getStringList(device:ALDevice, param:Int):Array<String>
417
+ {
418
+ return ALC.getStringList(device, param);
419
+ }
420
+
421
public function isBuffer(buffer:ALBuffer):Bool
422
{
423
return AL.isBuffer(buffer);
0 commit comments