webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
webrtc::PacedPacketInfo Struct Reference

#include <module_common_types.h>

Public Member Functions

 PacedPacketInfo ()
 
 PacedPacketInfo (int probe_cluster_id, int probe_cluster_min_probes, int probe_cluster_min_bytes)
 
bool operator== (const PacedPacketInfo &rhs) const
 
 PacedPacketInfo ()
 
 PacedPacketInfo (int probe_cluster_id, int probe_cluster_min_probes, int probe_cluster_min_bytes)
 
bool operator== (const PacedPacketInfo &rhs) const
 

Public Attributes

int send_bitrate_bps = -1
 
int probe_cluster_id = kNotAProbe
 
int probe_cluster_min_probes = -1
 
int probe_cluster_min_bytes = -1
 

Static Public Attributes

static constexpr int kNotAProbe = -1
 

Constructor & Destructor Documentation

◆ PacedPacketInfo() [1/4]

webrtc::PacedPacketInfo::PacedPacketInfo ( )
inline

◆ PacedPacketInfo() [2/4]

webrtc::PacedPacketInfo::PacedPacketInfo ( int  probe_cluster_id,
int  probe_cluster_min_probes,
int  probe_cluster_min_bytes 
)
inline

◆ PacedPacketInfo() [3/4]

webrtc::PacedPacketInfo::PacedPacketInfo ( )
inline

◆ PacedPacketInfo() [4/4]

webrtc::PacedPacketInfo::PacedPacketInfo ( int  probe_cluster_id,
int  probe_cluster_min_probes,
int  probe_cluster_min_bytes 
)
inline

Member Function Documentation

◆ operator==() [1/2]

bool webrtc::PacedPacketInfo::operator== ( const PacedPacketInfo rhs) const
inline

◆ operator==() [2/2]

bool webrtc::PacedPacketInfo::operator== ( const PacedPacketInfo rhs) const
inline

Member Data Documentation

◆ kNotAProbe

static constexpr int webrtc::PacedPacketInfo::kNotAProbe = -1
static

◆ probe_cluster_id

int webrtc::PacedPacketInfo::probe_cluster_id = kNotAProbe

◆ probe_cluster_min_bytes

int webrtc::PacedPacketInfo::probe_cluster_min_bytes = -1

◆ probe_cluster_min_probes

int webrtc::PacedPacketInfo::probe_cluster_min_probes = -1

◆ send_bitrate_bps

int webrtc::PacedPacketInfo::send_bitrate_bps = -1

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