#[repr(transparent)]pub struct OH_AVOutputFormat(pub c_uint);Expand description
Enumerates the muxer output file format
Required System Capabilities: SystemCapability.Multimedia.Media.CodecBase
Available since API-level: 10
Tuple Fields§
§0: c_uintImplementations§
Source§impl OH_AVOutputFormat
impl OH_AVOutputFormat
pub const AV_OUTPUT_FORMAT_DEFAULT: OH_AVOutputFormat
pub const AV_OUTPUT_FORMAT_MPEG_4: OH_AVOutputFormat
pub const AV_OUTPUT_FORMAT_M4A: OH_AVOutputFormat
Sourcepub const AV_OUTPUT_FORMAT_AMR: OH_AVOutputFormat
Available on crate feature api-12 only.
pub const AV_OUTPUT_FORMAT_AMR: OH_AVOutputFormat
api-12 only.The muxer output amr file format.
Available since API-level: 12
Sourcepub const AV_OUTPUT_FORMAT_MP3: OH_AVOutputFormat
Available on crate feature api-12 only.
pub const AV_OUTPUT_FORMAT_MP3: OH_AVOutputFormat
api-12 only.The muxer output mp3 file format.
Available since API-level: 12
Sourcepub const AV_OUTPUT_FORMAT_WAV: OH_AVOutputFormat
Available on crate feature api-12 only.
pub const AV_OUTPUT_FORMAT_WAV: OH_AVOutputFormat
api-12 only.The muxer output wav file format.
Available since API-level: 12
Sourcepub const AV_OUTPUT_FORMAT_AAC: OH_AVOutputFormat
Available on crate feature api-18 only.
pub const AV_OUTPUT_FORMAT_AAC: OH_AVOutputFormat
api-18 only.The muxer output aac file format.
Available since API-level: 18
Sourcepub const AV_OUTPUT_FORMAT_FLAC: OH_AVOutputFormat
Available on crate feature api-20 only.
pub const AV_OUTPUT_FORMAT_FLAC: OH_AVOutputFormat
api-20 only.The muxer output flac file format.
Available since API-level: 20
Trait Implementations§
Source§impl Clone for OH_AVOutputFormat
impl Clone for OH_AVOutputFormat
Source§fn clone(&self) -> OH_AVOutputFormat
fn clone(&self) -> OH_AVOutputFormat
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_AVOutputFormat
impl Debug for OH_AVOutputFormat
Source§impl Hash for OH_AVOutputFormat
impl Hash for OH_AVOutputFormat
Source§impl PartialEq for OH_AVOutputFormat
impl PartialEq for OH_AVOutputFormat
impl Copy for OH_AVOutputFormat
impl Eq for OH_AVOutputFormat
impl StructuralPartialEq for OH_AVOutputFormat
Auto Trait Implementations§
impl Freeze for OH_AVOutputFormat
impl RefUnwindSafe for OH_AVOutputFormat
impl Send for OH_AVOutputFormat
impl Sync for OH_AVOutputFormat
impl Unpin for OH_AVOutputFormat
impl UnsafeUnpin for OH_AVOutputFormat
impl UnwindSafe for OH_AVOutputFormat
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