Esempio n. 1
0
 public static XtService GetServiceByIndex(int index)
 {
     return(new XtService(XtNative.XtAudioGetServiceByIndex(index)));
 }
Esempio n. 2
0
 public static XtService GetServiceByIndex(int index) => new XtService(XtNative.XtAudioGetServiceByIndex(index));