Struct gstreamer::message::StreamCollectionBuilder [−][src]
pub struct StreamCollectionBuilder<'a> { /* fields omitted */ }
Methods
impl<'a> StreamCollectionBuilder<'a>
[src]
impl<'a> StreamCollectionBuilder<'a>
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 StreamCollectionBuilder<'a>
impl<'a> !Send for StreamCollectionBuilder<'a>
impl<'a> !Sync for StreamCollectionBuilder<'a>
impl<'a> !Sync for StreamCollectionBuilder<'a>