[−][src]Struct ffmpeg_next::codec::video::Video
Implementations
impl Video[src]
impl Video[src]
Methods from Deref<Target = Codec>
pub fn is_encoder(&self) -> bool[src]
pub fn is_decoder(&self) -> bool[src]
pub fn name(&self) -> &str[src]
pub fn description(&self) -> &str[src]
pub fn medium(&self) -> Type[src]
pub fn id(&self) -> Id[src]
pub fn is_video(&self) -> bool[src]
pub fn is_audio(&self) -> bool[src]
pub fn max_lowres(&self) -> i32[src]
pub fn capabilities(&self) -> Capabilities[src]
pub fn profiles(&self) -> Option<ProfileIter>[src]
Trait Implementations
impl Clone for Video[src]
impl Copy for Video[src]
impl Decoder for Video[src]
impl Deref for Video[src]
impl Encoder for Video[src]
impl Eq for Video[src]
impl PartialEq<Video> for Video[src]
impl StructuralEq for Video[src]
impl StructuralPartialEq for Video[src]
Auto Trait Implementations
impl RefUnwindSafe for Video
impl Send for Video
impl Sync for Video
impl Unpin for Video
impl UnwindSafe for Video
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> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
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>,