[]Struct jni_android_sys::android::media::MediaRecorder_OutputFormat

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

public final class MediaRecorder.OutputFormat

Required feature: "android-media-MediaRecorder_OutputFormat"

Methods

impl MediaRecorder_OutputFormat

pub const AAC_ADTS: i32[src]

public static final AAC_ADTS

pub const AMR_NB: i32[src]

public static final AMR_NB

pub const AMR_WB: i32[src]

public static final AMR_WB

pub const DEFAULT: i32[src]

public static final DEFAULT

pub const MPEG_2_TS: i32[src]

public static final MPEG_2_TS

pub const MPEG_4: i32[src]

public static final MPEG_4

pub const RAW_AMR: i32[src]

Deprecated

public static final RAW_AMR

pub const THREE_GPP: i32[src]

public static final THREE_GPP

pub const WEBM: i32[src]

public static final WEBM

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 MediaRecorder_OutputFormat

impl AsValidJObjectAndEnv for MediaRecorder_OutputFormat

impl Deref for MediaRecorder_OutputFormat

type Target = Object

The resulting type after dereferencing.

impl JniType for MediaRecorder_OutputFormat

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.