[][src]Trait gstreamer_audio::AudioBaseSrcExt

pub trait AudioBaseSrcExt: 'static {
    pub fn get_provide_clock(&self) -> bool;
pub fn set_provide_clock(&self, provide: bool);
pub fn get_property_actual_buffer_time(&self) -> i64;
pub fn get_property_actual_latency_time(&self) -> i64;
pub fn get_property_buffer_time(&self) -> i64;
pub fn set_property_buffer_time(&self, buffer_time: i64);
pub fn get_property_latency_time(&self) -> i64;
pub fn set_property_latency_time(&self, latency_time: i64);
pub fn connect_property_actual_buffer_time_notify<F: Fn(&Self) + Send + Sync + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
pub fn connect_property_actual_latency_time_notify<F: Fn(&Self) + Send + Sync + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
pub fn connect_property_buffer_time_notify<F: Fn(&Self) + Send + Sync + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
pub fn connect_property_latency_time_notify<F: Fn(&Self) + Send + Sync + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
pub fn connect_property_provide_clock_notify<F: Fn(&Self) + Send + Sync + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
pub fn connect_property_slave_method_notify<F: Fn(&Self) + Send + Sync + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId; }

Required methods

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

pub fn set_provide_clock(&self, provide: bool)[src]

pub fn get_property_actual_buffer_time(&self) -> i64[src]

pub fn get_property_actual_latency_time(&self) -> i64[src]

pub fn get_property_buffer_time(&self) -> i64[src]

pub fn set_property_buffer_time(&self, buffer_time: i64)[src]

pub fn get_property_latency_time(&self) -> i64[src]

pub fn set_property_latency_time(&self, latency_time: i64)[src]

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

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

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

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

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

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

Loading content...

Implementors

impl<O: IsA<AudioBaseSrc>> AudioBaseSrcExt for O[src]

Loading content...