()
| 534 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern bool mic_start (string device_name); |
| 535 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void mic_stop (); |
| 536 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr mic_get_stream (); |
| 537 | [return: MarshalAs(UnmanagedType.Bool)] |
| 538 | [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern bool mic_is_recording(); |
| 539 |