diff options
| author | 杨威 <[email protected]> | 2022-06-10 14:22:05 +0800 |
|---|---|---|
| committer | 杨威 <[email protected]> | 2022-06-10 14:22:05 +0800 |
| commit | eab63fb130f81b56f7a0425ae7c52b3ebfb45bdd (patch) | |
| tree | c72383c3341d9fa110c480aa65857c80deff43e6 /include/private/stream_internal.h | |
| parent | b831e1c5b00d916aef08ae289fd5665861936ebd (diff) | |
✨ feat(MSO_STREAM_LASTUPDATE_TIMESTAMP_MS): 新增流选项,支持获取当前流最近更新(活跃)时间v4.2.86CT_inline_version
Diffstat (limited to 'include/private/stream_internal.h')
| -rw-r--r-- | include/private/stream_internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/private/stream_internal.h b/include/private/stream_internal.h index 02705af..2db5353 100644 --- a/include/private/stream_internal.h +++ b/include/private/stream_internal.h @@ -189,6 +189,7 @@ struct streaminfo_private */ unsigned long long global_stream_id; unsigned long long stream_create_timestamp_ms; + unsigned long long stream_lastupdate_timestamp_ms; /* ===8 bytes=== */ unsigned char layer_index:4; /* ��ʾ��ǰ��ļ���, ����ײ㿪ʼ,һ����ethernet��ʼ, ��0��ʼ����, 4bit���֧��15��Ƕ��, Ҳ�ܷ�ֹ����Ƕ����(Ŀǰ��û��������) */ unsigned char create_dir_by_well_known_port:1; /* UDP��TCP��data������, ����well_known_port����, �����ǰ���˿��ǿͻ���ԭ���� */ |
