gstreamer-rtsp-0.10 Reference Manual

Synopsis

public class RTSPTransport {
    public    RTSPTransMode             trans ;
    public    RTSPProfile               profile ;
    public    RTSPLowerTrans            lower_transport ;
    public    weak string               destination ;
    public    weak string               source ;
    public    uint                      layers ;
    public    bool                      mode_play ;
    public    bool                      mode_record ;
    public    bool                      append ;
    public    weak RTSPRange            interleaved ;
    public    uint                      ttl ;
    public    weak RTSPRange            port ;
    public    weak RTSPRange            client_port ;
    public    weak RTSPRange            server_port ;
    public    uint                      ssrc ;


    public                              RTSPTransport             ( weak RTSPTransport  transport ) ;


    public    weak string               as_text                   (  ) ;
    public    static RTSPResult         get_manager               ( RTSPTransMode       trans,
                                                                    string              manager,
                                                                    uint                option ) ;
    public    static RTSPResult         get_mime                  ( RTSPTransMode       trans,
                                                                    string              mime ) ;
    public    RTSPResult                init                      (  ) ;
    public    static RTSPResult         parse                     ( string              str,
                                                                    RTSPTransport       transport ) ;
}

RTSPTransport Description

Details

Constructor Details

RTSPTransport ()
    public                              RTSPTransport             ( weak RTSPTransport  transport ) ;		

Field Details

trans
    public    RTSPTransMode             trans ;		

profile
    public    RTSPProfile               profile ;		

lower_transport
    public    RTSPLowerTrans            lower_transport ;		

destination
    public    weak string               destination ;		

source
    public    weak string               source ;		

layers
    public    uint                      layers ;		

mode_play
    public    bool                      mode_play ;		

mode_record
    public    bool                      mode_record ;		

append
    public    bool                      append ;		

interleaved
    public    weak RTSPRange            interleaved ;		

ttl
    public    uint                      ttl ;		

port
    public    weak RTSPRange            port ;		

client_port
    public    weak RTSPRange            client_port ;		

server_port
    public    weak RTSPRange            server_port ;		

ssrc
    public    uint                      ssrc ;		

Signal Details

Property Details

Method Details

as_text ()
    public    weak string               as_text                   (  ) ;		

get_manager ()
    public    static RTSPResult         get_manager               ( RTSPTransMode       trans,
                                                                    string              manager,
                                                                    uint                option ) ;		

get_mime ()
    public    static RTSPResult         get_mime                  ( RTSPTransMode       trans,
                                                                    string              mime ) ;		

init ()
    public    RTSPResult                init                      (  ) ;		

parse ()
    public    static RTSPResult         parse                     ( string              str,
                                                                    RTSPTransport       transport ) ;		


Created by Valadoc