mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-22 19:00:01 +08:00
添加注释
This commit is contained in:
parent
6fa385f3a1
commit
7722564ad8
@ -167,6 +167,10 @@ public:
|
|||||||
// m=<media> <port> <proto> <fmt> ...
|
// m=<media> <port> <proto> <fmt> ...
|
||||||
TrackType type;
|
TrackType type;
|
||||||
uint16_t port;
|
uint16_t port;
|
||||||
|
//RTP/AVP:应用场景为视频/音频的 RTP 协议。参考 RFC 3551
|
||||||
|
//RTP/SAVP:应用场景为视频/音频的 SRTP 协议。参考 RFC 3711
|
||||||
|
//RTP/AVPF: 应用场景为视频/音频的 RTP 协议,支持 RTCP-based Feedback。参考 RFC 4585
|
||||||
|
//RTP/SAVPF: 应用场景为视频/音频的 SRTP 协议,支持 RTCP-based Feedback。参考 RFC 5124
|
||||||
string proto;
|
string proto;
|
||||||
vector<uint32_t> fmts;
|
vector<uint32_t> fmts;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user