Struct gdnative::AudioEffectEQ21 [−][src]
pub struct AudioEffectEQ21 { /* fields omitted */ }core class AudioEffectEQ21 : AudioEffectEQ (reference counted)
Base class
AudioEffectEQ21 inherits AudioEffectEQ and all of its methods.
Memory management
The lifetime of this object is automatically managed through reference counting.
Methods
impl AudioEffectEQ21[src]
impl AudioEffectEQ21pub fn as_audio_effect_eq(&self) -> AudioEffectEQ[src]
pub fn as_audio_effect_eq(&self) -> AudioEffectEQUp-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 = AudioEffectEQ>
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_band_gain_db(&mut self, band_idx: i64, volume_db: f64)[src]
pub fn set_band_gain_db(&mut self, band_idx: i64, volume_db: f64)pub fn get_band_gain_db(&self, band_idx: i64) -> f64[src]
pub fn get_band_gain_db(&self, band_idx: i64) -> f64pub fn get_band_count(&self) -> i64[src]
pub fn get_band_count(&self) -> i64pub fn cast<T: GodotObject>(&self) -> Option<T>[src]
pub fn cast<T: GodotObject>(&self) -> Option<T>Trait Implementations
impl GodotObject for AudioEffectEQ21[src]
impl GodotObject for AudioEffectEQ21fn 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 AudioEffectEQ21[src]
impl Deref for AudioEffectEQ21type Target = AudioEffectEQ
The resulting type after dereferencing.
fn deref(&self) -> &Self::Target[src]
fn deref(&self) -> &Self::TargetDereferences the value.
impl DerefMut for AudioEffectEQ21[src]
impl DerefMut for AudioEffectEQ21impl Drop for AudioEffectEQ21[src]
impl Drop for AudioEffectEQ21Auto Trait Implementations
impl !Send for AudioEffectEQ21
impl !Send for AudioEffectEQ21impl !Sync for AudioEffectEQ21
impl !Sync for AudioEffectEQ21