webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Functions
flags Namespace Reference

Functions

 DEFINE_string (extension_type, "abs", "Extension type, either abs for absolute send time or tsoffset " "for timestamp offset.")
 
std::string ExtensionType ()
 
 DEFINE_int32 (extension_id, 3, "Extension id.")
 
int ExtensionId ()
 
 DEFINE_string (input_file, "", "Input file.")
 
std::string InputFile ()
 
 DEFINE_string (ssrc_filter, "", "Comma-separated list of SSRCs in hexadecimal which are to be " "used as input to the BWE (only applicable to pcap files).")
 
std::set< uint32_tSsrcFilter ()
 

Function Documentation

◆ DEFINE_int32()

flags::DEFINE_int32 ( extension_id  ,
,
"Extension id."   
)

◆ DEFINE_string() [1/3]

flags::DEFINE_string ( extension_type  ,
"abs"  ,
"Extension  type,
either abs for absolute send time or tsoffset " "for timestamp offset."   
)

◆ DEFINE_string() [2/3]

flags::DEFINE_string ( input_file  ,
""  ,
"Input file."   
)

◆ DEFINE_string() [3/3]

flags::DEFINE_string ( ssrc_filter  ,
""  ,
"Comma-separated list of SSRCs in hexadecimal which are to be " "used as input to the BWE (only applicable to pcap files)."   
)

◆ ExtensionId()

int flags::ExtensionId ( )

◆ ExtensionType()

std::string flags::ExtensionType ( )

◆ InputFile()

std::string flags::InputFile ( )

◆ SsrcFilter()

std::set<uint32_t> flags::SsrcFilter ( )