[−][src]Struct ffmpeg_next::software::scaling::context::Context
Implementations
impl Context[src]
pub unsafe fn as_ptr(&self) -> *const SwsContext[src]
pub unsafe fn as_mut_ptr(&mut self) -> *mut SwsContext[src]
impl Context[src]
pub fn get(
src_format: Pixel,
src_w: u32,
src_h: u32,
dst_format: Pixel,
dst_w: u32,
dst_h: u32,
flags: Flags
) -> Result<Self, Error>[src]
src_format: Pixel,
src_w: u32,
src_h: u32,
dst_format: Pixel,
dst_w: u32,
dst_h: u32,
flags: Flags
) -> Result<Self, Error>
pub fn cached(
&mut self,
src_format: Pixel,
src_w: u32,
src_h: u32,
dst_format: Pixel,
dst_w: u32,
dst_h: u32,
flags: Flags
)[src]
&mut self,
src_format: Pixel,
src_w: u32,
src_h: u32,
dst_format: Pixel,
dst_w: u32,
dst_h: u32,
flags: Flags
)
pub fn input(&self) -> &Definition[src]
pub fn output(&self) -> &Definition[src]
pub fn run(&mut self, input: &Video, output: &mut Video) -> Result<(), Error>[src]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Context
impl !Send for Context
impl !Sync for Context
impl Unpin for Context
impl UnwindSafe for Context
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>,