[−][src]Trait gstreamer_base::BaseSinkExt
Required methods
fn get_blocksize(&self) -> u32
fn get_last_sample(&self) -> Option<Sample>
fn get_latency(&self) -> ClockTime
fn get_max_bitrate(&self) -> u64
fn get_max_lateness(&self) -> i64
fn get_render_delay(&self) -> ClockTime
fn get_sync(&self) -> bool
fn get_throttle_time(&self) -> u64
fn get_ts_offset(&self) -> ClockTimeDiff
fn is_async_enabled(&self) -> bool
fn is_last_sample_enabled(&self) -> bool
fn is_qos_enabled(&self) -> bool
fn query_latency(&self) -> Option<(bool, bool, ClockTime, ClockTime)>
fn set_async_enabled(&self, enabled: bool)
fn set_blocksize(&self, blocksize: u32)
fn set_last_sample_enabled(&self, enabled: bool)
fn set_max_bitrate(&self, max_bitrate: u64)
fn set_max_lateness(&self, max_lateness: i64)
fn set_qos_enabled(&self, enabled: bool)
fn set_render_delay(&self, delay: ClockTime)
fn set_sync(&self, sync: bool)
fn set_throttle_time(&self, throttle: u64)
fn set_ts_offset(&self, offset: ClockTimeDiff)
fn wait_clock(&self, time: ClockTime) -> (ClockReturn, ClockTimeDiff)
fn get_property_async(&self) -> bool
fn set_property_async(&self, async: bool)
fn get_property_enable_last_sample(&self) -> bool
fn set_property_enable_last_sample(&self, enable_last_sample: bool)
fn get_property_qos(&self) -> bool
fn set_property_qos(&self, qos: bool)
fn connect_property_async_notify<F: Fn(&Self) + Send + Sync + 'static>(
&self,
f: F
) -> SignalHandlerId
&self,
f: F
) -> SignalHandlerId
fn connect_property_blocksize_notify<F: Fn(&Self) + Send + Sync + 'static>(
&self,
f: F
) -> SignalHandlerId
&self,
f: F
) -> SignalHandlerId
fn connect_property_enable_last_sample_notify<F: Fn(&Self) + Send + Sync + 'static>(
&self,
f: F
) -> SignalHandlerId
&self,
f: F
) -> SignalHandlerId
fn connect_property_last_sample_notify<F: Fn(&Self) + Send + Sync + 'static>(
&self,
f: F
) -> SignalHandlerId
&self,
f: F
) -> SignalHandlerId
fn connect_property_max_bitrate_notify<F: Fn(&Self) + Send + Sync + 'static>(
&self,
f: F
) -> SignalHandlerId
&self,
f: F
) -> SignalHandlerId
fn connect_property_max_lateness_notify<F: Fn(&Self) + Send + Sync + 'static>(
&self,
f: F
) -> SignalHandlerId
&self,
f: F
) -> SignalHandlerId
fn connect_property_qos_notify<F: Fn(&Self) + Send + Sync + 'static>(
&self,
f: F
) -> SignalHandlerId
&self,
f: F
) -> SignalHandlerId
fn connect_property_render_delay_notify<F: Fn(&Self) + Send + Sync + 'static>(
&self,
f: F
) -> SignalHandlerId
&self,
f: F
) -> SignalHandlerId
fn connect_property_sync_notify<F: Fn(&Self) + Send + Sync + 'static>(
&self,
f: F
) -> SignalHandlerId
&self,
f: F
) -> SignalHandlerId
fn connect_property_throttle_time_notify<F: Fn(&Self) + Send + Sync + 'static>(
&self,
f: F
) -> SignalHandlerId
&self,
f: F
) -> SignalHandlerId
fn connect_property_ts_offset_notify<F: Fn(&Self) + Send + Sync + 'static>(
&self,
f: F
) -> SignalHandlerId
&self,
f: F
) -> SignalHandlerId
Implementors
impl<O: IsA<BaseSink>> BaseSinkExt for O[src]
fn get_blocksize(&self) -> u32[src]
fn get_last_sample(&self) -> Option<Sample>[src]
fn get_latency(&self) -> ClockTime[src]
fn get_max_bitrate(&self) -> u64[src]
fn get_max_lateness(&self) -> i64[src]
fn get_render_delay(&self) -> ClockTime[src]
fn get_sync(&self) -> bool[src]
fn get_throttle_time(&self) -> u64[src]
fn get_ts_offset(&self) -> ClockTimeDiff[src]
fn is_async_enabled(&self) -> bool[src]
fn is_last_sample_enabled(&self) -> bool[src]
fn is_qos_enabled(&self) -> bool[src]
fn query_latency(&self) -> Option<(bool, bool, ClockTime, ClockTime)>[src]
fn set_async_enabled(&self, enabled: bool)[src]
fn set_blocksize(&self, blocksize: u32)[src]
fn set_last_sample_enabled(&self, enabled: bool)[src]
fn set_max_bitrate(&self, max_bitrate: u64)[src]
fn set_max_lateness(&self, max_lateness: i64)[src]
fn set_qos_enabled(&self, enabled: bool)[src]
fn set_render_delay(&self, delay: ClockTime)[src]
fn set_sync(&self, sync: bool)[src]
fn set_throttle_time(&self, throttle: u64)[src]
fn set_ts_offset(&self, offset: ClockTimeDiff)[src]
fn wait_clock(&self, time: ClockTime) -> (ClockReturn, ClockTimeDiff)[src]
fn get_property_async(&self) -> bool[src]
fn set_property_async(&self, async: bool)[src]
fn get_property_enable_last_sample(&self) -> bool[src]
fn set_property_enable_last_sample(&self, enable_last_sample: bool)[src]
fn get_property_qos(&self) -> bool[src]
fn set_property_qos(&self, qos: bool)[src]
fn connect_property_async_notify<F: Fn(&Self) + Send + Sync + 'static>(
&self,
f: F
) -> SignalHandlerId[src]
&self,
f: F
) -> SignalHandlerId
fn connect_property_blocksize_notify<F: Fn(&Self) + Send + Sync + 'static>(
&self,
f: F
) -> SignalHandlerId[src]
&self,
f: F
) -> SignalHandlerId
fn connect_property_enable_last_sample_notify<F: Fn(&Self) + Send + Sync + 'static>(
&self,
f: F
) -> SignalHandlerId[src]
&self,
f: F
) -> SignalHandlerId
fn connect_property_last_sample_notify<F: Fn(&Self) + Send + Sync + 'static>(
&self,
f: F
) -> SignalHandlerId[src]
&self,
f: F
) -> SignalHandlerId
fn connect_property_max_bitrate_notify<F: Fn(&Self) + Send + Sync + 'static>(
&self,
f: F
) -> SignalHandlerId[src]
&self,
f: F
) -> SignalHandlerId
fn connect_property_max_lateness_notify<F: Fn(&Self) + Send + Sync + 'static>(
&self,
f: F
) -> SignalHandlerId[src]
&self,
f: F
) -> SignalHandlerId
fn connect_property_qos_notify<F: Fn(&Self) + Send + Sync + 'static>(
&self,
f: F
) -> SignalHandlerId[src]
&self,
f: F
) -> SignalHandlerId
fn connect_property_render_delay_notify<F: Fn(&Self) + Send + Sync + 'static>(
&self,
f: F
) -> SignalHandlerId[src]
&self,
f: F
) -> SignalHandlerId
fn connect_property_sync_notify<F: Fn(&Self) + Send + Sync + 'static>(
&self,
f: F
) -> SignalHandlerId[src]
&self,
f: F
) -> SignalHandlerId
fn connect_property_throttle_time_notify<F: Fn(&Self) + Send + Sync + 'static>(
&self,
f: F
) -> SignalHandlerId[src]
&self,
f: F
) -> SignalHandlerId
fn connect_property_ts_offset_notify<F: Fn(&Self) + Send + Sync + 'static>(
&self,
f: F
) -> SignalHandlerId[src]
&self,
f: F
) -> SignalHandlerId