[][src]Trait gstreamer_base::prelude::AggregatorPadExt

pub trait AggregatorPadExt: 'static {
    pub fn drop_buffer(&self) -> bool;
pub fn has_buffer(&self) -> bool;
pub fn is_eos(&self) -> bool;
pub fn peek_buffer(&self) -> Option<Buffer>;
pub fn pop_buffer(&self) -> Option<Buffer>;
pub fn get_property_emit_signals(&self) -> bool;
pub fn set_property_emit_signals(&self, emit_signals: bool);
pub fn connect_buffer_consumed<F: Fn(&Self, &Buffer) + Send + Sync + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
pub fn connect_property_emit_signals_notify<F: Fn(&Self) + Send + Sync + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required methods

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

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

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

pub fn peek_buffer(&self) -> Option<Buffer>[src]

pub fn pop_buffer(&self) -> Option<Buffer>[src]

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

pub fn set_property_emit_signals(&self, emit_signals: bool)[src]

pub fn connect_buffer_consumed<F: Fn(&Self, &Buffer) + Send + Sync + 'static>(
    &self,
    f: F
) -> SignalHandlerId
[src]

pub fn connect_property_emit_signals_notify<F: Fn(&Self) + Send + Sync + 'static>(
    &self,
    f: F
) -> SignalHandlerId
[src]

Loading content...

Implementors

impl<O: IsA<AggregatorPad>> AggregatorPadExt for O[src]

Loading content...