[−][src]Struct ffmpeg_next::util::frame::Frame
Implementations
impl Frame[src]
pub unsafe fn wrap(ptr: *mut AVFrame) -> Self[src]
pub unsafe fn empty() -> Self[src]
pub unsafe fn as_ptr(&self) -> *const AVFrame[src]
pub unsafe fn as_mut_ptr(&mut self) -> *mut AVFrame[src]
pub unsafe fn is_empty(&self) -> bool[src]
impl Frame[src]
pub fn is_key(&self) -> bool[src]
pub fn is_corrupt(&self) -> bool[src]
pub fn packet(&self) -> Packet[src]
pub fn pts(&self) -> Option<i64>[src]
pub fn set_pts(&mut self, value: Option<i64>)[src]
pub fn timestamp(&self) -> Option<i64>[src]
pub fn quality(&self) -> usize[src]
pub fn flags(&self) -> Flags[src]
pub fn metadata(&self) -> DictionaryRef[src]
pub fn set_metadata(&mut self, value: Dictionary)[src]
pub fn side_data(&self, kind: Type) -> Option<SideData>[src]
pub fn new_side_data(&mut self, kind: Type, size: usize) -> Option<SideData>[src]
pub fn remove_side_data(&mut self, kind: Type)[src]
Trait Implementations
impl Drop for Frame[src]
impl Eq for Frame[src]
impl From<Frame> for Video[src]
impl From<Frame> for Audio[src]
impl PartialEq<Frame> for Frame[src]
impl Send for Frame[src]
impl StructuralEq for Frame[src]
impl StructuralPartialEq for Frame[src]
impl Sync for Frame[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,