Struct gstreamer::event::LatencyBuilder [−][src]
pub struct LatencyBuilder<'a> { /* fields omitted */ }
Methods
impl<'a> LatencyBuilder<'a>
[src]
impl<'a> LatencyBuilder<'a>
pub fn seqnum(self, seqnum: Seqnum) -> Self
[src]
pub fn seqnum(self, seqnum: Seqnum) -> Self
pub fn running_time_offset(self, running_time_offset: i64) -> Self
[src]
pub fn running_time_offset(self, running_time_offset: i64) -> Self
pub fn other_fields(self, other_fields: &[(&'a str, &'a ToSendValue)]) -> Self
[src]
pub fn other_fields(self, other_fields: &[(&'a str, &'a ToSendValue)]) -> Self
pub fn build(self) -> Event
[src]
pub fn build(self) -> Event
Auto Trait Implementations
impl<'a> !Send for LatencyBuilder<'a>
impl<'a> !Send for LatencyBuilder<'a>
impl<'a> !Sync for LatencyBuilder<'a>
impl<'a> !Sync for LatencyBuilder<'a>