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

Method mic_device_count

StereoKit/Native/NativeAPI.cs:531–531  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

529 ///////////////////////////////////////////
530
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);

Callers 1

GetDevicesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected