pub struct GLVideoFrame<T> { /* private fields */ }

Implementations§

Trait Implementations§

source§

impl<T> Debug for GLVideoFrame<T>

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl<T> Drop for GLVideoFrame<T>

source§

fn drop(&mut self)

Executes the destructor for this type. Read more
source§

impl<T> IsVideoFrame for GLVideoFrame<T>

source§

impl<T> IsGLVideoFrame for GLVideoFrame<T>

source§

impl<T> Send for GLVideoFrame<T>

source§

impl<T> Sync for GLVideoFrame<T>

Auto Trait Implementations§

§

impl<T> Freeze for GLVideoFrame<T>

§

impl<T> RefUnwindSafe for GLVideoFrame<T>
where T: RefUnwindSafe,

§

impl<T> Unpin for GLVideoFrame<T>
where T: Unpin,

§

impl<T> UnwindSafe for GLVideoFrame<T>
where T: UnwindSafe,

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<O> GLVideoFrameExt for O
where O: IsGLVideoFrame,

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<O> VideoFrameExt for O
where O: IsVideoFrame,

source§

fn as_ptr(&self) -> *const GstVideoFrame

source§

fn info(&self) -> &VideoInfo

source§

fn flags(&self) -> VideoFrameFlags

source§

fn id(&self) -> i32

source§

fn buffer(&self) -> &BufferRef

source§

fn format(&self) -> VideoFormat

source§

fn format_info(&self) -> VideoFormatInfo

source§

fn width(&self) -> u32

source§

fn height(&self) -> u32

source§

fn size(&self) -> usize

source§

fn is_interlaced(&self) -> bool

source§

fn is_tff(&self) -> bool

source§

fn is_rff(&self) -> bool

source§

fn is_onefield(&self) -> bool

source§

fn is_bottom_field(&self) -> bool

source§

fn is_top_field(&self) -> bool

source§

fn n_planes(&self) -> u32

source§

fn n_components(&self) -> u32

source§

fn plane_stride(&self) -> &[i32]

source§

fn plane_offset(&self) -> &[usize]

source§

fn comp_depth(&self, component: u32) -> u32

source§

fn comp_height(&self, component: u32) -> u32

source§

fn comp_width(&self, component: u32) -> u32

source§

fn comp_offset(&self, component: u32) -> usize

source§

fn comp_poffset(&self, component: u32) -> u32

source§

fn comp_pstride(&self, component: u32) -> i32

source§

fn comp_stride(&self, component: u32) -> i32

source§

fn comp_plane(&self, component: u32) -> u32