Trait gstreamer::prelude::TocSetterExt [−][src]
pub trait TocSetterExt: 'static {
fn toc(&self) -> Option<Toc>;
fn reset(&self);
fn set_toc(&self, toc: Option<&Toc>);
}Expand description
Required methods
Reset the internal TOC. Elements should call this from within the state-change handler.