Struct gdnative::AudioEffectLowShelfFilter [−][src]
pub struct AudioEffectLowShelfFilter { /* fields omitted */ }core class AudioEffectLowShelfFilter : AudioEffectFilter (reference counted)
Base class
AudioEffectLowShelfFilter inherits AudioEffectFilter and all of its methods.
Memory management
The lifetime of this object is automatically managed through reference counting.
Methods
impl AudioEffectLowShelfFilter[src]
impl AudioEffectLowShelfFilterpub fn as_audio_effect_filter(&self) -> AudioEffectFilter[src]
pub fn as_audio_effect_filter(&self) -> AudioEffectFilterUp-cast.
pub fn new() -> Self[src]
pub fn new() -> Selfpub fn new_ref(&self) -> Self[src]
pub fn new_ref(&self) -> SelfCreates a new reference to the same object.
pub fn cast<T: GodotObject>(&self) -> Option<T>[src]
pub fn cast<T: GodotObject>(&self) -> Option<T>Methods from Deref<Target = AudioEffectFilter>
pub fn as_audio_effect(&self) -> AudioEffect[src]
pub fn as_audio_effect(&self) -> AudioEffectUp-cast.
pub fn new_ref(&self) -> Self[src]
pub fn new_ref(&self) -> SelfCreates a new reference to the same object.
pub fn set_cutoff(&mut self, freq: f64)[src]
pub fn set_cutoff(&mut self, freq: f64)pub fn get_cutoff(&self) -> f64[src]
pub fn get_cutoff(&self) -> f64pub fn set_resonance(&mut self, amount: f64)[src]
pub fn set_resonance(&mut self, amount: f64)pub fn get_resonance(&self) -> f64[src]
pub fn get_resonance(&self) -> f64pub fn set_gain(&mut self, amount: f64)[src]
pub fn set_gain(&mut self, amount: f64)pub fn get_gain(&self) -> f64[src]
pub fn get_gain(&self) -> f64pub fn set_db(&mut self, amount: i64)[src]
pub fn set_db(&mut self, amount: i64)pub fn cast<T: GodotObject>(&self) -> Option<T>[src]
pub fn cast<T: GodotObject>(&self) -> Option<T>Trait Implementations
impl GodotObject for AudioEffectLowShelfFilter[src]
impl GodotObject for AudioEffectLowShelfFilterfn class_name() -> &'static str[src]
fn class_name() -> &'static strunsafe fn from_sys(obj: *mut godot_object) -> Self[src]
unsafe fn from_sys(obj: *mut godot_object) -> Selfunsafe fn to_sys(&self) -> *mut godot_object[src]
unsafe fn to_sys(&self) -> *mut godot_objectimpl Deref for AudioEffectLowShelfFilter[src]
impl Deref for AudioEffectLowShelfFiltertype Target = AudioEffectFilter
The resulting type after dereferencing.
fn deref(&self) -> &Self::Target[src]
fn deref(&self) -> &Self::TargetDereferences the value.
impl DerefMut for AudioEffectLowShelfFilter[src]
impl DerefMut for AudioEffectLowShelfFilterimpl Drop for AudioEffectLowShelfFilter[src]
impl Drop for AudioEffectLowShelfFilterAuto Trait Implementations
impl !Send for AudioEffectLowShelfFilter
impl !Send for AudioEffectLowShelfFilterimpl !Sync for AudioEffectLowShelfFilter
impl !Sync for AudioEffectLowShelfFilter