Struct gstreamer_rtsp_server::RTSPMedia[]

pub struct RTSPMedia(_, _);

A class that contains the GStreamer element along with a list of RTSPStream objects that can produce data.

This object is usually created from a RTSPMediaFactory.

Implements

RTSPMediaExt, glib::object::ObjectExt

Methods

impl RTSPMedia
[src]

Create a new RTSPMedia instance. element is the bin element that provides the different streams. The RTSPMedia object contains the element to produce RTP data for one or more related (audio/video/..) streams.

Ownership is taken of element.

element

a gst::Element

Returns

a new RTSPMedia object.

Trait Implementations

impl Clone for RTSPMedia

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Hash for RTSPMedia

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Ord for RTSPMedia

This method returns an Ordering between self and other. Read more

Compares and returns the maximum of two values. Read more

Compares and returns the minimum of two values. Read more

impl StaticType for RTSPMedia

Returns the type identifier of Self.

impl<T: IsA<Object>> PartialEq<T> for RTSPMedia

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for RTSPMedia

impl<T: IsA<Object>> PartialOrd<T> for RTSPMedia

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl Debug for RTSPMedia

Formats the value using the given formatter. Read more

impl IsA<Object> for RTSPMedia

impl Send for RTSPMedia
[src]

impl Sync for RTSPMedia
[src]