Struct gstreamer::message::StreamsSelected [−][src]
pub struct StreamsSelected<'a>(_);
Implementations
impl<'a> StreamsSelected<'a>
[src]
impl<'a> StreamsSelected<'a>
[src]pub fn new(collection: &StreamCollection) -> Message
[src]
This is supported on crate feature
v1_10
only.pub fn builder(collection: &StreamCollection) -> StreamsSelectedBuilder<'_>
[src]
This is supported on crate feature
v1_10
only.pub fn stream_collection(&self) -> StreamCollection
[src]
This is supported on crate feature
v1_10
only.pub fn streams(&self) -> Vec<Stream>
[src]
This is supported on crate feature
v1_10
only.Methods from Deref<Target = MessageRef>
pub unsafe fn as_ptr(&self) -> *const GstMessage
[src]
pub unsafe fn as_mut_ptr(&self) -> *mut GstMessage
[src]
pub fn copy(&self) -> Message
[src]
pub fn src(&self) -> Option<Object>
[src]
pub fn seqnum(&self) -> Seqnum
[src]
pub fn structure(&self) -> Option<&StructureRef>
[src]
pub fn view(&self) -> MessageView<'_>
[src]
pub fn type_(&self) -> MessageType
[src]
Trait Implementations
impl<'a> Debug for StreamsSelected<'a>
[src]
impl<'a> Debug for StreamsSelected<'a>
[src]impl<'a> Deref for StreamsSelected<'a>
[src]
impl<'a> Deref for StreamsSelected<'a>
[src]type Target = MessageRef
type Target = MessageRef
The resulting type after dereferencing.