Trait gstreamer_audio::prelude::AudioBaseSinkExt
source · pub trait AudioBaseSinkExt:
IsA<AudioBaseSink>
+ Sealed
+ 'static {
Show 23 methods
// Provided methods
fn alignment_threshold(&self) -> ClockTime { ... }
fn discont_wait(&self) -> ClockTime { ... }
fn drift_tolerance(&self) -> i64 { ... }
fn is_provide_clock(&self) -> bool { ... }
fn report_device_failure(&self) { ... }
fn set_alignment_threshold(&self, alignment_threshold: ClockTime) { ... }
fn set_discont_wait(&self, discont_wait: ClockTime) { ... }
fn set_drift_tolerance(&self, drift_tolerance: i64) { ... }
fn set_provide_clock(&self, provide: bool) { ... }
fn buffer_time(&self) -> i64 { ... }
fn set_buffer_time(&self, buffer_time: i64) { ... }
fn can_activate_pull(&self) -> bool { ... }
fn set_can_activate_pull(&self, can_activate_pull: bool) { ... }
fn latency_time(&self) -> i64 { ... }
fn set_latency_time(&self, latency_time: i64) { ... }
fn connect_alignment_threshold_notify<F: Fn(&Self) + Send + Sync + 'static>(
&self,
f: F,
) -> SignalHandlerId { ... }
fn connect_buffer_time_notify<F: Fn(&Self) + Send + Sync + 'static>(
&self,
f: F,
) -> SignalHandlerId { ... }
fn connect_can_activate_pull_notify<F: Fn(&Self) + Send + Sync + 'static>(
&self,
f: F,
) -> SignalHandlerId { ... }
fn connect_discont_wait_notify<F: Fn(&Self) + Send + Sync + 'static>(
&self,
f: F,
) -> SignalHandlerId { ... }
fn connect_drift_tolerance_notify<F: Fn(&Self) + Send + Sync + 'static>(
&self,
f: F,
) -> SignalHandlerId { ... }
fn connect_latency_time_notify<F: Fn(&Self) + Send + Sync + 'static>(
&self,
f: F,
) -> SignalHandlerId { ... }
fn connect_provide_clock_notify<F: Fn(&Self) + Send + Sync + 'static>(
&self,
f: F,
) -> SignalHandlerId { ... }
fn connect_slave_method_notify<F: Fn(&Self) + Send + Sync + 'static>(
&self,
f: F,
) -> SignalHandlerId { ... }
}
Provided Methods§
fn alignment_threshold(&self) -> ClockTime
fn discont_wait(&self) -> ClockTime
fn drift_tolerance(&self) -> i64
fn is_provide_clock(&self) -> bool
fn report_device_failure(&self)
fn set_alignment_threshold(&self, alignment_threshold: ClockTime)
fn set_discont_wait(&self, discont_wait: ClockTime)
fn set_drift_tolerance(&self, drift_tolerance: i64)
fn set_provide_clock(&self, provide: bool)
fn buffer_time(&self) -> i64
fn set_buffer_time(&self, buffer_time: i64)
fn can_activate_pull(&self) -> bool
fn set_can_activate_pull(&self, can_activate_pull: bool)
fn latency_time(&self) -> i64
fn set_latency_time(&self, latency_time: i64)
fn connect_alignment_threshold_notify<F: Fn(&Self) + Send + Sync + 'static>( &self, f: F, ) -> SignalHandlerId
fn connect_buffer_time_notify<F: Fn(&Self) + Send + Sync + 'static>( &self, f: F, ) -> SignalHandlerId
fn connect_can_activate_pull_notify<F: Fn(&Self) + Send + Sync + 'static>( &self, f: F, ) -> SignalHandlerId
fn connect_discont_wait_notify<F: Fn(&Self) + Send + Sync + 'static>( &self, f: F, ) -> SignalHandlerId
fn connect_drift_tolerance_notify<F: Fn(&Self) + Send + Sync + 'static>( &self, f: F, ) -> SignalHandlerId
fn connect_latency_time_notify<F: Fn(&Self) + Send + Sync + 'static>( &self, f: F, ) -> SignalHandlerId
fn connect_provide_clock_notify<F: Fn(&Self) + Send + Sync + 'static>( &self, f: F, ) -> SignalHandlerId
fn connect_slave_method_notify<F: Fn(&Self) + Send + Sync + 'static>( &self, f: F, ) -> SignalHandlerId
Object Safety§
This trait is not object safe.