Struct gstreamer::event::StreamStartBuilder [−][src]
pub struct StreamStartBuilder<'a> { /* fields omitted */ }
Implementations
impl<'a> StreamStartBuilder<'a>
[src]
impl<'a> StreamStartBuilder<'a>
[src]pub fn flags(self, flags: StreamFlags) -> Self
[src]
pub fn group_id(self, group_id: GroupId) -> Self
[src]
pub fn stream(self, stream: Stream) -> Self
[src]
This is supported on crate feature
v1_10
only.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