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

Method sound_find

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

Source from the content-addressed store, hash-verified

501 ///////////////////////////////////////////
502
503 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr sound_find (string id);
504 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void sound_set_id (IntPtr sound, string id);
505 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr sound_get_id (IntPtr sound);
506 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr sound_create ([In] byte[] filename_utf8);

Callers 1

FindMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected