This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
av-frag-rssb/src/frag_json.h

31 lines
1.2 KiB
C
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#ifndef _FRAG_JSON_H
#define _FRAG_JSON_H
#include "frag_reassembly_in.h"
#define TOPIC_EVENT_CREATE 0
#define TOPIC_EVENT_EXPIRE 1
/*¿çýÌ廨´«JSONÐÅÏ¢µÄtopic_name*/
#define TOPIC_MEDIA_CREATE_JSON "MEDIA_CREATE_INFO"
#define TOPIC_MEDIA_EXPIRE_JSON "MEDIA_EXPIRE_INFO"
#define TOPIC_SURVEY_JSON "SURVEY_INFO"
#define TOPIC_VOIP_CREATE_JSON "VOIP_CREATE_INFO"
#define TOPIC_VOIP_EXPIRE_JSON "VOIP_EXPIRE_INFO"
#define TOPIC_VOIP_SURVEY_JSON "VOIP_SURVEY_INFO"
#define TOPIC_MM_SAMPLE_VOIP_LOG "MM-SAMPLE-VOIP-LOG"
#define TOPIC_NTC_COLLECT_VOIP_LOG "NTC-COLLECT-VOIP-LOG"
#ifdef __cplusplus
extern "C" {
#endif
void media_json_report(media_t* mdi, int topic_event);
#ifdef __cplusplus
}
#endif
#endif