Beispiel #1
0
 public ALSource()
     : base(OpenALContext.GenSource())
 {
 }
Beispiel #2
0
 public ALBuffer()
     : base(OpenALContext.GenBuffer())
 {
 }