Struct gstreamer_video::video_event::DownstreamForceKeyUnitEventBuilder [−][src]
pub struct DownstreamForceKeyUnitEventBuilder<'a> { /* fields omitted */ }
Implementations
impl<'a> DownstreamForceKeyUnitEventBuilder<'a>
[src]
impl<'a> DownstreamForceKeyUnitEventBuilder<'a>
[src]pub fn timestamp(self, timestamp: ClockTime) -> Self
[src]
pub fn stream_time(self, stream_time: ClockTime) -> Self
[src]
pub fn running_time(self, running_time: ClockTime) -> Self
[src]
pub fn all_headers(self, all_headers: bool) -> Self
[src]
pub fn count(self, count: u32) -> Self
[src]
pub fn seqnum(self, seqnum: Seqnum) -> Self
[src]
pub fn running_time_offset(self, running_time_offset: i64) -> Self
[src]
pub fn other_fields(
self,
other_fields: &[(&'a str, &'a (dyn ToSendValue + Sync))]
) -> Self
[src]
self,
other_fields: &[(&'a str, &'a (dyn ToSendValue + Sync))]
) -> Self