webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <module_common_types.h>
Public Attributes | |
uint16_t | width |
uint16_t | height |
VideoRotation | rotation |
PlayoutDelay | playout_delay |
union { | |
bool is_first_packet_in_frame | |
RTC_DEPRECATED bool isFirstPacket | |
}; | |
uint8_t | simulcastIdx |
RtpVideoCodecTypes | codec |
RTPVideoTypeHeader | codecHeader |
union { | |
bool is_first_packet_in_frame | |
RTC_DEPRECATED bool isFirstPacket | |
}; | |
union { ... } |
union { ... } |
RtpVideoCodecTypes webrtc::RTPVideoHeader::codec |
RTPVideoTypeHeader webrtc::RTPVideoHeader::codecHeader |
uint16_t webrtc::RTPVideoHeader::height |
bool webrtc::RTPVideoHeader::is_first_packet_in_frame |
RTC_DEPRECATED bool webrtc::RTPVideoHeader::isFirstPacket |
PlayoutDelay webrtc::RTPVideoHeader::playout_delay |
VideoRotation webrtc::RTPVideoHeader::rotation |
uint8_t webrtc::RTPVideoHeader::simulcastIdx |
uint16_t webrtc::RTPVideoHeader::width |