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

public RTSPTransport ( weak RTSPTransport transport ) ;
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 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 ) ;
Created by Valadoc