[][src]Trait gstreamer_video::prelude::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(
        &self,
        params: Option<&BufferPoolAcquireParams>
    ) -> 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(
    &self,
    params: Option<&BufferPoolAcquireParams>
) -> Result<Buffer, FlowError>

fn release_buffer(&self, buffer: Buffer)

Loading content...

Implementors

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

Loading content...