[]Struct jni_android_sys::android::media::audiofx::DynamicsProcessing_MbcBand

#[repr(transparent)]
pub struct DynamicsProcessing_MbcBand(_);

public final class DynamicsProcessing.MbcBand

Required feature: "android-media-audiofx-DynamicsProcessing_MbcBand"

Methods

impl DynamicsProcessing_MbcBand

pub fn new_boolean_float_float_float_float_float_float_float_float_float_float<'env>(
    __jni_env: &'env Env,
    arg0: bool,
    arg1: f32,
    arg2: f32,
    arg3: f32,
    arg4: f32,
    arg5: f32,
    arg6: f32,
    arg7: f32,
    arg8: f32,
    arg9: f32,
    arg10: f32
) -> Result<Local<'env, DynamicsProcessing_MbcBand>, Local<'env, Throwable>>
[src]

pub fn new_MbcBand<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env DynamicsProcessing_MbcBand>>
) -> Result<Local<'env, DynamicsProcessing_MbcBand>, Local<'env, Throwable>>
[src]

MbcBand

Required features: "android-media-audiofx-DynamicsProcessing_MbcBand"

pub fn toString<'env>(
    &'env self
) -> Result<Option<Local<'env, String>>, Local<'env, Throwable>>
[src]

toString

Required features: "java-lang-String"

pub fn getAttackTime<'env>(&'env self) -> Result<f32, Local<'env, Throwable>>[src]

pub fn setAttackTime<'env>(
    &'env self,
    arg0: f32
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn getReleaseTime<'env>(&'env self) -> Result<f32, Local<'env, Throwable>>[src]

pub fn setReleaseTime<'env>(
    &'env self,
    arg0: f32
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn getRatio<'env>(&'env self) -> Result<f32, Local<'env, Throwable>>[src]

pub fn setRatio<'env>(
    &'env self,
    arg0: f32
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn getThreshold<'env>(&'env self) -> Result<f32, Local<'env, Throwable>>[src]

pub fn setThreshold<'env>(
    &'env self,
    arg0: f32
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn getKneeWidth<'env>(&'env self) -> Result<f32, Local<'env, Throwable>>[src]

pub fn setKneeWidth<'env>(
    &'env self,
    arg0: f32
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn getNoiseGateThreshold<'env>(
    &'env self
) -> Result<f32, Local<'env, Throwable>>
[src]

pub fn setNoiseGateThreshold<'env>(
    &'env self,
    arg0: f32
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn getExpanderRatio<'env>(&'env self) -> Result<f32, Local<'env, Throwable>>[src]

pub fn setExpanderRatio<'env>(
    &'env self,
    arg0: f32
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn getPreGain<'env>(&'env self) -> Result<f32, Local<'env, Throwable>>[src]

pub fn setPreGain<'env>(
    &'env self,
    arg0: f32
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn getPostGain<'env>(&'env self) -> Result<f32, Local<'env, Throwable>>[src]

pub fn setPostGain<'env>(
    &'env self,
    arg0: f32
) -> Result<(), Local<'env, Throwable>>
[src]

Methods from Deref<Target = DynamicsProcessing_BandBase>

pub fn toString<'env>(
    &'env self
) -> Result<Option<Local<'env, String>>, Local<'env, Throwable>>
[src]

toString

Required features: "java-lang-String"

pub fn isEnabled<'env>(&'env self) -> Result<bool, Local<'env, Throwable>>[src]

pub fn setEnabled<'env>(
    &'env self,
    arg0: bool
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn getCutoffFrequency<'env>(
    &'env self
) -> Result<f32, Local<'env, Throwable>>
[src]

pub fn setCutoffFrequency<'env>(
    &'env self,
    arg0: f32
) -> Result<(), Local<'env, Throwable>>
[src]

Trait Implementations

impl AsJValue for DynamicsProcessing_MbcBand

impl AsValidJObjectAndEnv for DynamicsProcessing_MbcBand

impl Deref for DynamicsProcessing_MbcBand

type Target = DynamicsProcessing_BandBase

The resulting type after dereferencing.

impl JniType for DynamicsProcessing_MbcBand

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.