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

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

Required methods

pub fn get_options(&self) -> Vec<GString, Global>[src]

pub fn has_option(&self, option: &str) -> bool[src]

pub fn is_active(&self) -> bool[src]

pub fn set_active(&self, active: bool) -> Result<(), BoolError>[src]

pub fn set_flushing(&self, flushing: bool)[src]

Loading content...

Implementors

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

Loading content...