[][src]Trait gstreamer_check::prelude::BufferPoolExt

pub trait BufferPoolExt: 'static {
    fn get_options(&self) -> Vec<GString>;
fn has_option(&self, option: &str) -> bool;
fn is_active(&self) -> bool;
fn set_active(&self, active: bool) -> Result<(), BoolError>;
fn set_flushing(&self, flushing: bool); }

Required methods

fn get_options(&self) -> Vec<GString>

fn has_option(&self, option: &str) -> bool

fn is_active(&self) -> bool

fn set_active(&self, active: bool) -> Result<(), BoolError>

fn set_flushing(&self, flushing: bool)

Loading content...

Implementors

impl<O> BufferPoolExt for O where
    O: IsA<BufferPool>, 
[src]

Loading content...