Home
last modified time | relevance | path

Searched refs:RtpNalType (Results 1 – 2 of 2) sorted by relevance

/xiu/protocol/rtsp/src/rtp/
H A Ddefine.rs3 pub type RtpNalType = u8; typedef
5 pub const STAP_A: RtpNalType = 24;
6 pub const STAP_B: RtpNalType = 25;
7 pub const MTAP_16: RtpNalType = 26;
8 pub const MTAP_24: RtpNalType = 27;
9 pub const FU_A: RtpNalType = 28;
10 pub const FU_B: RtpNalType = 29;
12 pub const AP: RtpNalType = 48; //Aggregation Packets
13 pub const FU: RtpNalType = 49; //Fragmentation Units
14 pub const PACI: RtpNalType = 50;
H A Drtp_h264.rs209 _t: define::RtpNalType, in unpack_single() argument
267 t: define::RtpNalType, in unpack_fu() argument
347 t: define::RtpNalType, in unpack_stap() argument
431 t: define::RtpNalType, in unpack_mtap() argument