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

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

public final class DynamicsProcessing.Config

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

Methods

impl DynamicsProcessing_Config

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

toString

Required features: "java-lang-String"

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

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

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

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

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

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

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

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

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

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

getChannelByChannelIndex

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

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

setChannelTo

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

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

setAllChannelsTo

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

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

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

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

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

getPreEqByChannelIndex

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

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

setPreEqByChannelIndex

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

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

setPreEqAllChannelsTo

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

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

getPreEqBandByChannelIndex

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

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

setPreEqBandByChannelIndex

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

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

setPreEqBandAllChannelsTo

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

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

getMbcByChannelIndex

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

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

setMbcByChannelIndex

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

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

setMbcAllChannelsTo

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

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

getMbcBandByChannelIndex

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

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

setMbcBandByChannelIndex

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

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

setMbcBandAllChannelsTo

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

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

getPostEqByChannelIndex

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

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

setPostEqByChannelIndex

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

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

setPostEqAllChannelsTo

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

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

getPostEqBandByChannelIndex

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

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

setPostEqBandByChannelIndex

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

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

setPostEqBandAllChannelsTo

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

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

getLimiterByChannelIndex

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

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

setLimiterByChannelIndex

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

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

setLimiterAllChannelsTo

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

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

impl AsValidJObjectAndEnv for DynamicsProcessing_Config

impl Deref for DynamicsProcessing_Config

type Target = Object

The resulting type after dereferencing.

impl JniType for DynamicsProcessing_Config

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.