예제 #1
0
 public static bool SetDUOGain(IntPtr duo, double val)
 {
     return(DUOLibInternal.DUOSetGain(duo, val));
 }