gstreamer-rtsp-0.10 Reference Manual

Synopsis

public class RTSPUrl {
    public    RTSPLowerTrans            transports ;
    public    RTSPFamily                family ;
    public    weak string               user ;
    public    weak string               passwd ;
    public    weak string               host ;
    public    ushort                    port ;
    public    weak string               abspath ;
    public    weak string               query ;


    public    RTSPResult                get_port                  ( ushort              port ) ;
    public    weak string               get_request_uri           (  ) ;
    public    static RTSPResult         parse                     ( string              urlstr,
                                                                    weak RTSPUrl        url ) ;
    public    RTSPResult                set_port                  ( ushort              port ) ;
}

RTSPUrl Description

Details

Constructor Details

Field Details

transports
    public    RTSPLowerTrans            transports ;		

family
    public    RTSPFamily                family ;		

user
    public    weak string               user ;		

passwd
    public    weak string               passwd ;		

host
    public    weak string               host ;		

port
    public    ushort                    port ;		

abspath
    public    weak string               abspath ;		

query
    public    weak string               query ;		

Signal Details

Property Details

Method Details

get_port ()
    public    RTSPResult                get_port                  ( ushort              port ) ;		

get_request_uri ()
    public    weak string               get_request_uri           (  ) ;		

parse ()
    public    static RTSPResult         parse                     ( string              urlstr,
                                                                    weak RTSPUrl        url ) ;		

set_port ()
    public    RTSPResult                set_port                  ( ushort              port ) ;		


Created by Valadoc