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

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

public final class DynamicsProcessing.Mbc

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

Methods

impl DynamicsProcessing_Mbc

pub fn new_boolean_boolean_int<'env>(
    __jni_env: &'env Env,
    arg0: bool,
    arg1: bool,
    arg2: i32
) -> Result<Local<'env, DynamicsProcessing_Mbc>, Local<'env, Throwable>>
[src]

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

Mbc

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

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

toString

Required features: "java-lang-String"

pub fn setBand<'env>(
    &'env self,
    arg0: i32,
    arg1: impl Into<Option<&'env DynamicsProcessing_MbcBand>>
) -> Result<(), Local<'env, Throwable>>
[src]

setBand

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

pub fn getBand<'env>(
    &'env self,
    arg0: i32
) -> Result<Option<Local<'env, DynamicsProcessing_MbcBand>>, Local<'env, Throwable>>
[src]

getBand

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

Methods from Deref<Target = DynamicsProcessing_BandStage>

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

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

toString

Required features: "java-lang-String"

Trait Implementations

impl AsJValue for DynamicsProcessing_Mbc

impl AsValidJObjectAndEnv for DynamicsProcessing_Mbc

impl Deref for DynamicsProcessing_Mbc

type Target = DynamicsProcessing_BandStage

The resulting type after dereferencing.

impl JniType for DynamicsProcessing_Mbc

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.