Skip to content

Commit 694ff73

Browse files
committed
OpenALAudioContext: add getStringList()
1 parent 493ee98 commit 694ff73

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/lime/media/OpenALAudioContext.hx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,11 @@ class OpenALAudioContext
413413
}
414414
}
415415

416+
public function getStringList(device:ALDevice, param:Int):Array<String>
417+
{
418+
return ALC.getStringList(device, param);
419+
}
420+
416421
public function isBuffer(buffer:ALBuffer):Bool
417422
{
418423
return AL.isBuffer(buffer);

0 commit comments

Comments
 (0)