webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
cricket::SendDataParams Struct Reference

#include <mediachannel.h>

Public Member Functions

 SendDataParams ()
 
 SendDataParams ()
 

Public Attributes

union {
   uint32_t   ssrc
 
   int   sid
 
}; 
 
DataMessageType type
 
bool ordered
 
bool reliable
 
int max_rtx_count
 
int max_rtx_ms
 
union {
   uint32_t   ssrc
 
   int   sid
 
}; 
 

Constructor & Destructor Documentation

◆ SendDataParams() [1/2]

cricket::SendDataParams::SendDataParams ( )
inline

◆ SendDataParams() [2/2]

cricket::SendDataParams::SendDataParams ( )
inline

Member Data Documentation

◆ @308

union { ... }

◆ @854

union { ... }

◆ max_rtx_count

int cricket::SendDataParams::max_rtx_count

◆ max_rtx_ms

int cricket::SendDataParams::max_rtx_ms

◆ ordered

bool cricket::SendDataParams::ordered

◆ reliable

bool cricket::SendDataParams::reliable

◆ sid

int cricket::SendDataParams::sid

◆ ssrc

uint32_t cricket::SendDataParams::ssrc

◆ type

DataMessageType cricket::SendDataParams::type

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