Struct gstreamer::Stream[][src]

pub struct Stream(_, _);

Implementations

impl Stream[src]

pub fn get_caps(&self) -> Option<Caps>[src]

pub fn get_stream_flags(&self) -> StreamFlags[src]

pub fn get_stream_id(&self) -> Option<GString>[src]

pub fn get_stream_type(&self) -> StreamType[src]

pub fn get_tags(&self) -> Option<TagList>[src]

pub fn set_caps(&self, caps: Option<&Caps>)[src]

pub fn set_stream_flags(&self, flags: StreamFlags)[src]

pub fn set_stream_type(&self, stream_type: StreamType)[src]

pub fn set_tags(&self, tags: Option<&TagList>)[src]

pub fn connect_property_caps_notify<F: Fn(&Stream) + Send + Sync + 'static>(
    &self,
    f: F
) -> SignalHandlerId
[src]

pub fn connect_property_stream_flags_notify<F: Fn(&Stream) + Send + Sync + 'static>(
    &self,
    f: F
) -> SignalHandlerId
[src]

pub fn connect_property_stream_type_notify<F: Fn(&Stream) + Send + Sync + 'static>(
    &self,
    f: F
) -> SignalHandlerId
[src]

pub fn connect_property_tags_notify<F: Fn(&Stream) + Send + Sync + 'static>(
    &self,
    f: F
) -> SignalHandlerId
[src]

impl Stream[src]

pub fn new(
    stream_id: Option<&str>,
    caps: Option<&Caps>,
    type_: StreamType,
    flags: StreamFlags
) -> Stream
[src]

pub fn debug(&self) -> Debug<'_>[src]

Trait Implementations

impl Clone for Stream[src]

impl Debug for Stream[src]

impl Eq for Stream[src]

impl Hash for Stream[src]

impl IsA<Object> for Stream[src]

impl Ord for Stream[src]

impl<T: ObjectType> PartialEq<T> for Stream[src]

impl<T: ObjectType> PartialOrd<T> for Stream[src]

impl Send for Stream[src]

impl StaticType for Stream[src]

impl Sync for Stream[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<Super, Sub> CanDowncast<Sub> for Super where
    Sub: IsA<Super>,
    Super: IsA<Super>, 
[src]

impl<T> Cast for T where
    T: ObjectType
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ObjectExt for T where
    T: ObjectType
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToSendValue for T where
    T: ToValue + SetValue + Send + ?Sized
[src]

impl<T> ToValue for T where
    T: SetValue + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.