Struct gstreamer_video::UpstreamForceKeyUnitEventBuilder [−][src]
pub struct UpstreamForceKeyUnitEventBuilder<'a> { /* fields omitted */ }Methods
impl<'a> UpstreamForceKeyUnitEventBuilder<'a>[src]
impl<'a> UpstreamForceKeyUnitEventBuilder<'a>pub fn running_time(self, running_time: ClockTime) -> Self[src]
pub fn running_time(self, running_time: ClockTime) -> Selfpub fn all_headers(self, all_headers: bool) -> Self[src]
pub fn all_headers(self, all_headers: bool) -> Selfpub fn count(self, count: u32) -> Self[src]
pub fn count(self, count: u32) -> Selfpub fn seqnum(self, seqnum: Seqnum) -> Self[src]
pub fn seqnum(self, seqnum: Seqnum) -> Selfpub fn running_time_offset(self, running_time_offset: i64) -> Self[src]
pub fn running_time_offset(self, running_time_offset: i64) -> Selfpub fn other_fields(self, other_fields: &[(&'a str, &'a ToSendValue)]) -> Self[src]
pub fn other_fields(self, other_fields: &[(&'a str, &'a ToSendValue)]) -> Selfpub fn build(self) -> Event[src]
pub fn build(self) -> EventAuto Trait Implementations
impl<'a> !Send for UpstreamForceKeyUnitEventBuilder<'a>
impl<'a> !Send for UpstreamForceKeyUnitEventBuilder<'a>impl<'a> !Sync for UpstreamForceKeyUnitEventBuilder<'a>
impl<'a> !Sync for UpstreamForceKeyUnitEventBuilder<'a>