qtms/inc/qtmsfactoryimpl.h
changeset 32 edd273b3192a
parent 27 cbb1bfb7ebfb
child 50 762d760dcfdf
equal deleted inserted replaced
27:cbb1bfb7ebfb 32:edd273b3192a
    67     gint DeleteSink(QTMSSink*& QTMSsink);
    67     gint DeleteSink(QTMSSink*& QTMSsink);
    68     gint CreateGlobalRouting(QTMSGlobalRouting*& globrouting);
    68     gint CreateGlobalRouting(QTMSGlobalRouting*& globrouting);
    69     gint DeleteGlobalRouting(QTMSGlobalRouting*& globrouting);
    69     gint DeleteGlobalRouting(QTMSGlobalRouting*& globrouting);
    70     gint CreateDTMF(QTMSStreamType streamid, QTMSDTMF*& dtmf);
    70     gint CreateDTMF(QTMSStreamType streamid, QTMSDTMF*& dtmf);
    71     gint DeleteDTMF(QTMSDTMF*& dtmf);
    71     gint DeleteDTMF(QTMSDTMF*& dtmf);
    72     gint CreateRTPSession(QTMSRTPSession*& rtpsession, guint8* sdp,
       
    73             guint mode);
       
    74     gint DeleteRTPSession(QTMSRTPSession*& rtpsession);
       
    75     gint CreateRingTonePlayer(QTMSRingTone*& rt);
    72     gint CreateRingTonePlayer(QTMSRingTone*& rt);
    76     gint DeleteRingTonePlayer(QTMSRingTone*& rt);
    73     gint DeleteRingTonePlayer(QTMSRingTone*& rt);
    77     gint CreateInbandTonePlayer(QTMSInbandTone*& inbandtone);
    74     gint CreateInbandTonePlayer(QTMSInbandTone*& inbandtone);
    78     gint DeleteInbandTonePlayer(QTMSInbandTone*& inbandtone);
    75     gint DeleteInbandTonePlayer(QTMSInbandTone*& inbandtone);
    79 
    76