public string GetMixername() { IntPtr ptr = SoundNativeMethods.SoundControlCardInfoGetMixername(handle); return(Marshal.PtrToStringAnsi(ptr)); }