[−][src]Struct ffmpeg_next::Stream
Implementations
impl<'a> Stream<'a>[src]
pub unsafe fn wrap(context: &Context, index: usize) -> Stream[src]
pub unsafe fn as_ptr(&self) -> *const AVStream[src]
impl<'a> Stream<'a>[src]
pub fn id(&self) -> i32[src]
pub fn codec(&self) -> Context[src]
pub fn parameters(&self) -> Parameters[src]
pub fn index(&self) -> usize[src]
pub fn time_base(&self) -> Rational[src]
pub fn start_time(&self) -> i64[src]
pub fn duration(&self) -> i64[src]
pub fn frames(&self) -> i64[src]
pub fn disposition(&self) -> Disposition[src]
pub fn discard(&self) -> Discard[src]
pub fn side_data(&self) -> SideDataIter[src]
pub fn rate(&self) -> Rational[src]
pub fn avg_frame_rate(&self) -> Rational[src]
pub fn metadata(&self) -> DictionaryRef[src]
Trait Implementations
impl<'a> Debug for Stream<'a>[src]
impl<'a> Eq for Stream<'a>[src]
impl<'a> PartialEq<Stream<'a>> for Stream<'a>[src]
Auto Trait Implementations
impl<'a> !RefUnwindSafe for Stream<'a>
impl<'a> !Send for Stream<'a>
impl<'a> !Sync for Stream<'a>
impl<'a> Unpin for Stream<'a>
impl<'a> !UnwindSafe for Stream<'a>
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>,