MCPcopy Create free account
hub / github.com/StereoKit/StereoKit / mic_start

Method mic_start

StereoKit/Native/NativeAPI.cs:533–534  ·  view source on GitHub ↗
(string device_name)

Source from the content-addressed store, hash-verified

531 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern int mic_device_count();
532 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr mic_device_name (int index);
533 [return: MarshalAs(UnmanagedType.Bool)]
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)]

Callers 1

StartMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected