Struct gstreamer::message::PropertyNotifyBuilder [−][src]
pub struct PropertyNotifyBuilder<'a> { /* fields omitted */ }
This is supported on crate feature
v1_10
only.Implementations
impl<'a> PropertyNotifyBuilder<'a>
[src]
impl<'a> PropertyNotifyBuilder<'a>
[src]pub fn value(self, value: &'a (dyn ToSendValue + Sync)) -> Self
[src]
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.