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

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

public class AudioEffect.Descriptor

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

Methods

impl AudioEffect_Descriptor

pub fn new<'env>(
    __jni_env: &'env Env
) -> Result<Local<'env, AudioEffect_Descriptor>, Local<'env, Throwable>>
[src]

pub fn new_String_String_String_String_String<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env String>>,
    arg1: impl Into<Option<&'env String>>,
    arg2: impl Into<Option<&'env String>>,
    arg3: impl Into<Option<&'env String>>,
    arg4: impl Into<Option<&'env String>>
) -> Result<Local<'env, AudioEffect_Descriptor>, Local<'env, Throwable>>
[src]

Descriptor

Required features: "java-lang-String"

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

get public connectMode

Required feature: "java-lang-String"

pub fn set_connectMode<'env, 'obj>(
    &'env self,
    value: impl Into<Option<&'obj String>>
)
[src]

set public connectMode

Required feature: "java-lang-String"

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

get public implementor

Required feature: "java-lang-String"

pub fn set_implementor<'env, 'obj>(
    &'env self,
    value: impl Into<Option<&'obj String>>
)
[src]

set public implementor

Required feature: "java-lang-String"

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

get public name

Required feature: "java-lang-String"

pub fn set_name<'env, 'obj>(&'env self, value: impl Into<Option<&'obj String>>)[src]

set public name

Required feature: "java-lang-String"

pub fn type<'env>(&'env self) -> Option<Local<'env, UUID>>[src]

get public type

Required feature: "java-util-UUID"

pub fn set_type<'env, 'obj>(&'env self, value: impl Into<Option<&'obj UUID>>)[src]

set public type

Required feature: "java-util-UUID"

pub fn uuid<'env>(&'env self) -> Option<Local<'env, UUID>>[src]

get public uuid

Required feature: "java-util-UUID"

pub fn set_uuid<'env, 'obj>(&'env self, value: impl Into<Option<&'obj UUID>>)[src]

set public uuid

Required feature: "java-util-UUID"

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 AudioEffect_Descriptor

impl AsValidJObjectAndEnv for AudioEffect_Descriptor

impl Deref for AudioEffect_Descriptor

type Target = Object

The resulting type after dereferencing.

impl JniType for AudioEffect_Descriptor

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.