webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Attributes | List of all members
webrtc::RTPVideoHeader Struct Reference

#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
 
}; 
 

Member Data Documentation

◆ @341

union { ... }

◆ @906

union { ... }

◆ codec

RtpVideoCodecTypes webrtc::RTPVideoHeader::codec

◆ codecHeader

RTPVideoTypeHeader webrtc::RTPVideoHeader::codecHeader

◆ height

uint16_t webrtc::RTPVideoHeader::height

◆ is_first_packet_in_frame

bool webrtc::RTPVideoHeader::is_first_packet_in_frame

◆ isFirstPacket

RTC_DEPRECATED bool webrtc::RTPVideoHeader::isFirstPacket

◆ playout_delay

PlayoutDelay webrtc::RTPVideoHeader::playout_delay

◆ rotation

VideoRotation webrtc::RTPVideoHeader::rotation

◆ simulcastIdx

uint8_t webrtc::RTPVideoHeader::simulcastIdx

◆ width

uint16_t webrtc::RTPVideoHeader::width

The documentation for this struct was generated from the following file: