Beispiel #1
0
 public IntPtr CreateAudioTrack(string label)
 {
     return(NativeMethods.ContextCreateAudioTrack(self, label));
 }
 public IntPtr CreateAudioTrack(string label, IntPtr trackSource)
 {
     return(NativeMethods.ContextCreateAudioTrack(self, label, trackSource));
 }