Show / Hide Table of Contents

Struct MixerNode

Used with ChannelSetEnvelope(Int32, MixEnvelope, MixerNode[], Int32) to set an envelope on a mixer source channel.

Namespace: System.Dynamic.ExpandoObject
Assembly: ManagedBass.Mix.dll
Syntax
public struct MixerNode
Remarks

Envelopes are applied on top of the channel's attributes, as set via . In the case of Frequency and Volume, the final sample rate and volume is a product of the channel attribute and the envelope. While in the Pan case, the final panning is a sum of the channel attribute and envelope.

Fields

Position

The postion of the node in bytes. This is based on the mixer's sample format, not the source channel's format!

Declaration
public long Position
Field Value
Int64

Remarks

Note: Envelopes deal with mixer positions, not sources!

Value

The envelope value at the position.

Declaration
public float Value
Field Value
Single

Back to top Copyright © 2017 Mathew Sachin
Generated by DocFx