[][src]Trait gstreamer_rtsp_server::subclass::prelude::RTSPMediaFactoryImplExt

pub trait RTSPMediaFactoryImplExt {
    pub fn parent_gen_key(
        &self,
        factory: &RTSPMediaFactory,
        url: &RTSPUrl
    ) -> Option<GString>;
pub fn parent_create_element(
        &self,
        factory: &RTSPMediaFactory,
        url: &RTSPUrl
    ) -> Option<Element>;
pub fn parent_construct(
        &self,
        factory: &RTSPMediaFactory,
        url: &RTSPUrl
    ) -> Option<RTSPMedia>;
pub fn parent_create_pipeline(
        &self,
        factory: &RTSPMediaFactory,
        media: &RTSPMedia
    ) -> Option<Pipeline>;
pub fn parent_configure(
        &self,
        factory: &RTSPMediaFactory,
        media: &RTSPMedia
    );
pub fn parent_media_constructed(
        &self,
        factory: &RTSPMediaFactory,
        media: &RTSPMedia
    );
pub fn parent_media_configure(
        &self,
        factory: &RTSPMediaFactory,
        media: &RTSPMedia
    ); }

Required methods

pub fn parent_gen_key(
    &self,
    factory: &RTSPMediaFactory,
    url: &RTSPUrl
) -> Option<GString>
[src]

pub fn parent_create_element(
    &self,
    factory: &RTSPMediaFactory,
    url: &RTSPUrl
) -> Option<Element>
[src]

pub fn parent_construct(
    &self,
    factory: &RTSPMediaFactory,
    url: &RTSPUrl
) -> Option<RTSPMedia>
[src]

pub fn parent_create_pipeline(
    &self,
    factory: &RTSPMediaFactory,
    media: &RTSPMedia
) -> Option<Pipeline>
[src]

pub fn parent_configure(&self, factory: &RTSPMediaFactory, media: &RTSPMedia)[src]

pub fn parent_media_constructed(
    &self,
    factory: &RTSPMediaFactory,
    media: &RTSPMedia
)
[src]

pub fn parent_media_configure(
    &self,
    factory: &RTSPMediaFactory,
    media: &RTSPMedia
)
[src]

Loading content...

Implementors

impl<T: RTSPMediaFactoryImpl + ObjectImpl> RTSPMediaFactoryImplExt for T[src]

Loading content...