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

Method mic_get_stream

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

Source from the content-addressed store, hash-verified

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

Callers 1

MicrophoneClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected