Home
last modified time | relevance | path

Searched defs:RTPFixedHeader (Results 1 – 1 of 1) sorted by relevance

/dports/devel/ccrtp/ccrtp-2.1.2/src/ccrtp/
H A Drtppkt.h402 struct RTPFixedHeader struct
406 unsigned char version:2; ///< Version, currently 2
407 unsigned char padding:1; ///< Padding bit
408 unsigned char extension:1; ///< Extension bit
409 unsigned char cc:4; ///< CSRC count
410 unsigned char marker:1; ///< Marker bit
411 unsigned char payload:7; ///< Payload type
421 uint16 sequence; ///< sequence number
422 uint32 timestamp; ///< timestamp
423 uint32 sources[1]; ///< contributing sources