Struct gstreamer::message::RedirectBuilder [−][src]
pub struct RedirectBuilder<'a> { /* fields omitted */ }
This is supported on crate feature
v1_10
only.Implementations
impl<'a> RedirectBuilder<'a>
[src]
impl<'a> RedirectBuilder<'a>
[src]pub fn tag_list(self, tag_list: &'a TagList) -> Self
[src]
pub fn entry_struct(self, entry_struct: Structure) -> Self
[src]
pub fn entries(
self,
entries: &'a [(&'a str, Option<&'a TagList>, Option<&'a Structure>)]
) -> Self
[src]
self,
entries: &'a [(&'a str, Option<&'a TagList>, Option<&'a Structure>)]
) -> Self
pub fn src<O: IsA<Object> + Cast + Clone>(self, src: &O) -> Self
[src]
pub fn seqnum(self, seqnum: Seqnum) -> 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
This is supported on crate feature
v1_14
only.