#[repr(transparent)]pub struct OH_AVTranscoder_State(pub c_uint);Available on crate feature
api-20 only.Expand description
Transcoder States
Available since API-level: 20
Tuple Fields§
§0: c_uintImplementations§
Source§impl OH_AVTranscoder_State
impl OH_AVTranscoder_State
Sourcepub const AVTRANSCODER_PREPARED: OH_AVTranscoder_State
pub const AVTRANSCODER_PREPARED: OH_AVTranscoder_State
prepared states
Sourcepub const AVTRANSCODER_STARTED: OH_AVTranscoder_State
pub const AVTRANSCODER_STARTED: OH_AVTranscoder_State
started states
Sourcepub const AVTRANSCODER_PAUSED: OH_AVTranscoder_State
pub const AVTRANSCODER_PAUSED: OH_AVTranscoder_State
paused states
Sourcepub const AVTRANSCODER_CANCELLED: OH_AVTranscoder_State
pub const AVTRANSCODER_CANCELLED: OH_AVTranscoder_State
cancelled states
Sourcepub const AVTRANSCODER_COMPLETED: OH_AVTranscoder_State
pub const AVTRANSCODER_COMPLETED: OH_AVTranscoder_State
completed states
Trait Implementations§
Source§impl Clone for OH_AVTranscoder_State
impl Clone for OH_AVTranscoder_State
Source§fn clone(&self) -> OH_AVTranscoder_State
fn clone(&self) -> OH_AVTranscoder_State
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for OH_AVTranscoder_State
impl Debug for OH_AVTranscoder_State
Source§impl Hash for OH_AVTranscoder_State
impl Hash for OH_AVTranscoder_State
Source§impl PartialEq for OH_AVTranscoder_State
impl PartialEq for OH_AVTranscoder_State
impl Copy for OH_AVTranscoder_State
impl Eq for OH_AVTranscoder_State
impl StructuralPartialEq for OH_AVTranscoder_State
Auto Trait Implementations§
impl Freeze for OH_AVTranscoder_State
impl RefUnwindSafe for OH_AVTranscoder_State
impl Send for OH_AVTranscoder_State
impl Sync for OH_AVTranscoder_State
impl Unpin for OH_AVTranscoder_State
impl UnsafeUnpin for OH_AVTranscoder_State
impl UnwindSafe for OH_AVTranscoder_State
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more