[][src]Trait gstreamer_audio::AudioBaseSinkExt

pub trait AudioBaseSinkExt: 'static {
    pub fn get_alignment_threshold(&self) -> ClockTime;
pub fn get_discont_wait(&self) -> ClockTime;
pub fn get_drift_tolerance(&self) -> i64;
pub fn get_provide_clock(&self) -> bool;
pub fn report_device_failure(&self);
pub fn set_alignment_threshold(&self, alignment_threshold: ClockTime);
pub fn set_discont_wait(&self, discont_wait: ClockTime);
pub fn set_drift_tolerance(&self, drift_tolerance: i64);
pub fn set_provide_clock(&self, provide: bool);
pub fn get_property_buffer_time(&self) -> i64;
pub fn set_property_buffer_time(&self, buffer_time: i64);
pub fn get_property_can_activate_pull(&self) -> bool;
pub fn set_property_can_activate_pull(&self, can_activate_pull: bool);
pub fn get_property_latency_time(&self) -> i64;
pub fn set_property_latency_time(&self, latency_time: i64);
pub fn connect_property_alignment_threshold_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_can_activate_pull_notify<F: Fn(&Self) + Send + Sync + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
pub fn connect_property_discont_wait_notify<F: Fn(&Self) + Send + Sync + 'static>(
        &self,
        f: F
    ) -> SignalHandlerId;
pub fn connect_property_drift_tolerance_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_alignment_threshold(&self) -> ClockTime[src]

pub fn get_discont_wait(&self) -> ClockTime[src]

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

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

pub fn report_device_failure(&self)[src]

pub fn set_alignment_threshold(&self, alignment_threshold: ClockTime)[src]

pub fn set_discont_wait(&self, discont_wait: ClockTime)[src]

pub fn set_drift_tolerance(&self, drift_tolerance: i64)[src]

pub fn set_provide_clock(&self, provide: bool)[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_can_activate_pull(&self) -> bool[src]

pub fn set_property_can_activate_pull(&self, can_activate_pull: bool)[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_alignment_threshold_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_can_activate_pull_notify<F: Fn(&Self) + Send + Sync + 'static>(
    &self,
    f: F
) -> SignalHandlerId
[src]

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

pub fn connect_property_drift_tolerance_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<AudioBaseSink>> AudioBaseSinkExt for O[src]

Loading content...