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