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 ) ;
}

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 ) ;
Created by Valadoc