mmserv/tms/inc/tmscallproxy.h
changeset 21 2ed61feeead6
parent 0 71ca22bcf22a
child 46 0ac9a5310753
equal deleted inserted replaced
20:b67dd1fc57c5 21:2ed61feeead6
    40     IMPORT_C gint CreateCall(const gint calltype);
    40     IMPORT_C gint CreateCall(const gint calltype);
    41     IMPORT_C gint CreateStream(const TMSCallType callType,
    41     IMPORT_C gint CreateStream(const TMSCallType callType,
    42             const TMSStreamType strmType, gint& strmId);
    42             const TMSStreamType strmType, gint& strmId);
    43     IMPORT_C gint InitStream(const TMSCallType callType,
    43     IMPORT_C gint InitStream(const TMSCallType callType,
    44             const TMSStreamType strmType, gint strmId,
    44             const TMSStreamType strmType, gint strmId,
    45             const TMSFormatType frmtType, RHandleBase* msgQueue);
    45             const TMSFormatType frmtType, RHandleBase* msgQueue,
       
    46             const gint retrytime);
    46     IMPORT_C gint StartStream(const TMSCallType callType,
    47     IMPORT_C gint StartStream(const TMSCallType callType,
    47             const TMSStreamType strmType, gint strmId);
    48             const TMSStreamType strmType, gint strmId, const gint retrytime);
    48     IMPORT_C gint PauseStream(const TMSCallType callType,
    49     IMPORT_C gint PauseStream(const TMSCallType callType,
    49             const TMSStreamType strmType, gint strmId);
    50             const TMSStreamType strmType, gint strmId);
    50     IMPORT_C gint StopStream(const TMSCallType callType,
    51     IMPORT_C gint StopStream(const TMSCallType callType,
    51             const TMSStreamType strmType, gint strmId);
    52             const TMSStreamType strmType, gint strmId);
    52     IMPORT_C gint DeinitStream(const TMSCallType callType,
    53     IMPORT_C gint DeinitStream(const TMSCallType callType,