Enum MixEnvelope
Mixer envelope attribute types, used with ChannelSetEnvelope(Int32, MixEnvelope, MixerNode[], Int32), ChannelGetEnvelopePosition(Int32, MixEnvelope, ref Single) and ChannelSetEnvelopePosition(Int32, MixEnvelope, Int64) to set/retrieve an envelope on a mixer source channel.
Namespace: System.Dynamic.ExpandoObject
Assembly: ManagedBass.Mix.dll
Syntax
public enum MixEnvelope : int
Frequency
Sample rate.
Envelopes are applied on top of the channel's attributes. The final sample rate is the product of the channel attribute and the envelope.
Loop
Loop the envelope (flag).
Pan
Panning/Balance.
Envelopes are applied on top of the channel's attributes. The final panning is a sum of the channel attribute and envelope.
Volume
Volume.
Envelopes are applied on top of the channel's attributes. The final volume is the product of the channel attribute and the envelope.