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

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

public final class DynamicsProcessing.Config.Builder

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

Methods

impl DynamicsProcessing_Config_Builder

pub fn new<'env>(
    __jni_env: &'env Env,
    arg0: i32,
    arg1: i32,
    arg2: bool,
    arg3: i32,
    arg4: bool,
    arg5: i32,
    arg6: bool,
    arg7: i32,
    arg8: bool
) -> Result<Local<'env, DynamicsProcessing_Config_Builder>, Local<'env, Throwable>>
[src]

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

setPreferredFrameDuration

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

pub fn setInputGainByChannelIndex<'env>(
    &'env self,
    arg0: i32,
    arg1: f32
) -> Result<Option<Local<'env, DynamicsProcessing_Config_Builder>>, Local<'env, Throwable>>
[src]

setInputGainByChannelIndex

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

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

setInputGainAllChannelsTo

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

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

setChannelTo

Required features: "android-media-audiofx-DynamicsProcessing_Channel", "android-media-audiofx-DynamicsProcessing_Config_Builder"

pub fn setAllChannelsTo<'env>(
    &'env self,
    arg0: impl Into<Option<&'env DynamicsProcessing_Channel>>
) -> Result<Option<Local<'env, DynamicsProcessing_Config_Builder>>, Local<'env, Throwable>>
[src]

setAllChannelsTo

Required features: "android-media-audiofx-DynamicsProcessing_Channel", "android-media-audiofx-DynamicsProcessing_Config_Builder"

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

setPreEqByChannelIndex

Required features: "android-media-audiofx-DynamicsProcessing_Config_Builder", "android-media-audiofx-DynamicsProcessing_Eq"

pub fn setPreEqAllChannelsTo<'env>(
    &'env self,
    arg0: impl Into<Option<&'env DynamicsProcessing_Eq>>
) -> Result<Option<Local<'env, DynamicsProcessing_Config_Builder>>, Local<'env, Throwable>>
[src]

setPreEqAllChannelsTo

Required features: "android-media-audiofx-DynamicsProcessing_Config_Builder", "android-media-audiofx-DynamicsProcessing_Eq"

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

setMbcByChannelIndex

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

pub fn setMbcAllChannelsTo<'env>(
    &'env self,
    arg0: impl Into<Option<&'env DynamicsProcessing_Mbc>>
) -> Result<Option<Local<'env, DynamicsProcessing_Config_Builder>>, Local<'env, Throwable>>
[src]

setMbcAllChannelsTo

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

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

setPostEqByChannelIndex

Required features: "android-media-audiofx-DynamicsProcessing_Config_Builder", "android-media-audiofx-DynamicsProcessing_Eq"

pub fn setPostEqAllChannelsTo<'env>(
    &'env self,
    arg0: impl Into<Option<&'env DynamicsProcessing_Eq>>
) -> Result<Option<Local<'env, DynamicsProcessing_Config_Builder>>, Local<'env, Throwable>>
[src]

setPostEqAllChannelsTo

Required features: "android-media-audiofx-DynamicsProcessing_Config_Builder", "android-media-audiofx-DynamicsProcessing_Eq"

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

setLimiterByChannelIndex

Required features: "android-media-audiofx-DynamicsProcessing_Config_Builder", "android-media-audiofx-DynamicsProcessing_Limiter"

pub fn setLimiterAllChannelsTo<'env>(
    &'env self,
    arg0: impl Into<Option<&'env DynamicsProcessing_Limiter>>
) -> Result<Option<Local<'env, DynamicsProcessing_Config_Builder>>, Local<'env, Throwable>>
[src]

setLimiterAllChannelsTo

Required features: "android-media-audiofx-DynamicsProcessing_Config_Builder", "android-media-audiofx-DynamicsProcessing_Limiter"

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

build

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

Methods from Deref<Target = Object>

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

getClass

Required features: "java-lang-Class"

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

pub fn equals<'env>(
    &'env self,
    arg0: impl Into<Option<&'env Object>>
) -> Result<bool, Local<'env, Throwable>>
[src]

equals

Required features: "java-lang-Object"

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

toString

Required features: "java-lang-String"

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

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

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

pub fn wait_long_int<'env>(
    &'env self,
    arg0: i64,
    arg1: i32
) -> Result<(), Local<'env, Throwable>>
[src]

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

Trait Implementations

impl AsJValue for DynamicsProcessing_Config_Builder

impl AsValidJObjectAndEnv for DynamicsProcessing_Config_Builder

impl Deref for DynamicsProcessing_Config_Builder

type Target = Object

The resulting type after dereferencing.

impl JniType for DynamicsProcessing_Config_Builder

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.