Unit 'GLOpenAL' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#pl_glscene]

_EFXEAXREVERBPROPERTIES

Declaration

Source position: GLOpenAL.pas line 1204

type _EFXEAXREVERBPROPERTIES = packed record

  flDensity: Single;

  

  flDiffusion: Single;

  

  flGain: Single;

  

  flGainHF: Single;

  

  flGainLF: Single;

  

  flDecayTime: Single;

  

  flDecayHFRatio: Single;

  

  flDecayLFRatio: Single;

  

  flReflectionsGain: Single;

  

  flReflectionsDelay: Single;

  

  flReflectionsPan: array [0..2] of Single;

  

  flLateReverbGain: Single;

  

  flLateReverbDelay: Single;

  

  flLateReverbPan: array [0..2] of Single;

  

  flEchoTime: Single;

  

  flEchoDepth: Single;

  

  flModulationTime: Single;

  

  flModulationDepth: Single;

  

  flAirAbsorptionGainHF: Single;

  

  flHFReference: Single;

  

  flLFReference: Single;

  

  flRoomRolloffFactor: Single;

  

  iDecayHFLimit: Integer;

  

end;



CT Web help

CodeTyphon Studio