Trait gstreamer_base::prelude::TocSetterExt[][src]

pub trait TocSetterExt {
    fn get_toc(&self) -> Option<GstRc<TocRef>>;
fn reset(&self);
fn set_toc<'a, P>(&self, toc: P)
    where
        P: Into<Option<&'a GstRc<TocRef>>>
; }

Required Methods

Implementors