9 ContextImpl
*const mContext
;
14 EffectImpl(ContextImpl
*context
, ALuint id
) : mContext(context
), mId(id
), mType(AL_NONE
)
17 void setReverbProperties(const EFXEAXREVERBPROPERTIES
&props
);
21 ContextImpl
*getContext() const { return mContext
; }
22 ALuint
getId() const { return mId
; }