qtms/inc/qtmsfactoryimpl.h
branchGCC_SURGE
changeset 47 f3d2589f22d6
parent 32 edd273b3192a
child 50 762d760dcfdf
equal deleted inserted replaced
36:3b7506f63335 47:f3d2589f22d6
    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