pp v0.0.52 (2019-04-12T13:41:01Z)
Dub
Repo
AudioFilter
polyplex
core
audio
effect
Undocumented in source.
class
AudioFilter {
protected
ALuint
id
;
protected
FilterType
filterType
;
this
(FilterType fType);
~this
();
ALuint
Id
();
FilterType
Type
();
}
Constructors
this
this
(FilterType fType)
Undocumented in source.
Destructor
~this
~this
()
Undocumented in source.
Members
Functions
Id
ALuint
Id
()
Undocumented in source. Be warned that the author may not have intended to support it.
Type
FilterType
Type
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
filterType
FilterType
filterType
;
Undocumented in source.
id
ALuint
id
;
Undocumented in source.
Meta
Source
See Implementation
polyplex
core
audio
effect
classes
AudioEffect
AudioFilter
enums
EffectType
FilterType