MixGroupPointerEx extension

on

Methods

destroy() → void

Available on Pointer<MixGroup>, provided by the MixGroupPointerEx extension

Destroy a mixing group.
getMixer() Pointer<MixMixer>

Available on Pointer<MixGroup>, provided by the MixGroupPointerEx extension

Get the MIX_Mixer that owns a MIX_Group.
getProperties() int

Available on Pointer<MixGroup>, provided by the MixGroupPointerEx extension

Get the properties associated with a group.
setPostMixCallback(Pointer<NativeFunction<MixGroupMixCallback>> cb, Pointer<NativeType> userdata) bool

Available on Pointer<MixGroup>, provided by the MixGroupPointerEx extension

Set a callback that fires when a mixer group has completed mixing.