[][src]Trait gstreamer_net::prelude::TocSetterExt

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

Required methods

fn get_toc(&self) -> Option<Toc>

fn reset(&self)

fn set_toc<'a, P>(&self, toc: P) where
    P: Into<Option<&'a Toc>>, 

Loading content...

Implementors

impl<O> TocSetterExt for O where
    O: IsA<TocSetter>, 
[src]

Loading content...