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

Method sound_inst_stop

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

Source from the content-addressed store, hash-verified

519 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void sound_release (IntPtr sound);
520
521 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void sound_inst_stop (SoundInst sound_inst);
522 [return: MarshalAs(UnmanagedType.Bool)]
523 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern bool sound_inst_is_playing(SoundInst sound_inst);
524 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void sound_inst_set_pos (SoundInst sound_inst, Vec3 pos);

Callers 1

StopMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected