[][src]Trait gstreamer::BufferPoolExtManual

pub trait BufferPoolExtManual: 'static {
    fn get_config(&self) -> BufferPoolConfig;
fn set_config(&self, config: BufferPoolConfig) -> Result<(), BoolError>;
fn is_flushing(&self) -> bool;
fn acquire_buffer<'a, P: Into<Option<&'a BufferPoolAcquireParams>>>(
        &self,
        params: P
    ) -> Result<Buffer, FlowError>;
fn release_buffer(&self, buffer: Buffer); }

Required methods

fn get_config(&self) -> BufferPoolConfig

fn set_config(&self, config: BufferPoolConfig) -> Result<(), BoolError>

fn is_flushing(&self) -> bool

fn acquire_buffer<'a, P: Into<Option<&'a BufferPoolAcquireParams>>>(
    &self,
    params: P
) -> Result<Buffer, FlowError>

fn release_buffer(&self, buffer: Buffer)

Loading content...

Implementors

impl<O: IsA<BufferPool>> BufferPoolExtManual for O[src]

Loading content...