|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
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_t > | SsrcFilter () |
| flags::DEFINE_int32 | ( | extension_id | , |
| 3 | , | ||
| "Extension id." | |||
| ) |
| flags::DEFINE_string | ( | extension_type | , |
| "abs" | , | ||
| "Extension | type, | ||
| either abs for absolute send time or tsoffset " "for timestamp offset." | |||
| ) |
| flags::DEFINE_string | ( | input_file | , |
| "" | , | ||
| "Input file." | |||
| ) |
| 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)." | |||
| ) |
| int flags::ExtensionId | ( | ) |
| std::string flags::ExtensionType | ( | ) |
| std::string flags::InputFile | ( | ) |
1.8.13