GAudio.AGATPanInfo.SetGains C# (CSharp) Method

SetGains() public abstract method

Sets all channels' gains simultaneously. The array of gains provided should have as many elements as there are channels.
public abstract SetGains ( float gains ) : void
gains float
return void
        public abstract void SetGains( float[] gains );