diff options
| author | yangwei <[email protected]> | 2023-11-16 15:30:51 +0800 |
|---|---|---|
| committer | yangwei <[email protected]> | 2023-11-16 15:30:51 +0800 |
| commit | 3b5b2bd42fa57f3044f4dd42f88ab80fd563a899 (patch) | |
| tree | 5008ba66cc01bca3d49cc04835c2b8af38cce645 /include | |
| parent | f0521c6fd95e8e5e28b430dd252fa63024ffa0ad (diff) | |
✨ feat(sapp_inject_ctrl_data): 发送控制信息至所有用marsio打开的设备v4.3.32
Diffstat (limited to 'include')
| -rw-r--r-- | include/public/stream_inc/sapp_inject.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/public/stream_inc/sapp_inject.h b/include/public/stream_inc/sapp_inject.h index 3ead848..ed38fac 100644 --- a/include/public/stream_inc/sapp_inject.h +++ b/include/public/stream_inc/sapp_inject.h @@ -6,6 +6,7 @@ extern "C" { #endif #include "stream_base.h" +#include "stream_control.h" enum sapp_inject_opt{ SIO_DEFAULT = (1<<0), /* ������ֻ���봿����, ��ƽ̨����Э��淶���쵱ǰ��Ĵ�����IPͷ��, ���������, ����������Ƕ�ײ��ͷ�� */ @@ -29,6 +30,7 @@ int sapp_inject_pkt(struct streaminfo *stream, enum sapp_inject_opt sio, const v int sapp_inject_ctrl_pkt(struct streaminfo *stream, enum sapp_inject_opt sio, const void *payload, int payload_len, unsigned char snd_routedir); +int sapp_inject_ctrl_data(unsigned char *data,int datalen, struct segment_id_list *sids, int thread_seq); #ifdef __cplusplus } |
