GAudio.AGATPanInfo.SetGains C# (CSharp) Méthode

SetGains() public abstract méthode

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
Résultat void
        public abstract void SetGains( float[] gains );