public static bool BASS_Mixer_ChannelSetEnvelope(int handle, BASSMIXEnvelope type, BASS_MIXER_NODE[] nodes) { return(BassMix.BASS_Mixer_ChannelSetEnvelope(handle, type, nodes, (nodes == null) ? 0 : nodes.Length)); }
public static extern bool BASS_Mixer_ChannelSetEnvelope(int handle, BASSMIXEnvelope type, BASS_MIXER_NODE[] nodes, int count);
public static extern long BASS_Mixer_ChannelGetEnvelopePos(int handle, BASSMIXEnvelope type, [MarshalAs(UnmanagedType.AsAny)][In][Out] object value);
public static extern bool BASS_Mixer_ChannelSetEnvelopePos(int handle, BASSMIXEnvelope type, long pos);
public static extern long BASS_Mixer_ChannelGetEnvelopePos(int handle, BASSMIXEnvelope type, ref float value);