Struct gstreamer::message::PropertyNotifyBuilder [−][src]
pub struct PropertyNotifyBuilder<'a> { /* fields omitted */ }
Methods
impl<'a> PropertyNotifyBuilder<'a>
[src]
impl<'a> PropertyNotifyBuilder<'a>
pub fn value(self, value: &'a ToSendValue) -> Self
[src]
pub fn value(self, value: &'a ToSendValue) -> Self
pub fn src<O: IsA<Object> + Cast + Clone>(self, src: Option<&O>) -> Self
[src]
pub fn src<O: IsA<Object> + Cast + Clone>(self, src: Option<&O>) -> Self
pub fn seqnum(self, seqnum: Seqnum) -> Self
[src]
pub fn seqnum(self, seqnum: Seqnum) -> Self
pub fn other_fields(self, other_fields: &[(&'a str, &'a ToSendValue)]) -> Self
[src]
pub fn other_fields(self, other_fields: &[(&'a str, &'a ToSendValue)]) -> Self
pub fn build(self) -> Message
[src]
pub fn build(self) -> Message
Auto Trait Implementations
impl<'a> !Send for PropertyNotifyBuilder<'a>
impl<'a> !Send for PropertyNotifyBuilder<'a>
impl<'a> !Sync for PropertyNotifyBuilder<'a>
impl<'a> !Sync for PropertyNotifyBuilder<'a>