|
SRS-control 0.1.4
|
#include "srs/converters/DataConvertOptions.hpp"#include <cstdint>#include <filesystem>#include <string>#include <string_view>#include <tuple>

Go to the source code of this file.
Namespaces | |
| namespace | srs |
Enumerations | |
| enum class | srs::DataWriterOption : uint8_t { srs::no_output = 0x00 , srs::root = 0x01 , srs::json = 0x02 , srs::bin = 0x04 , srs::udp = 0x10 } |
Functions | |
| auto | srs::get_filetype_from_filename (std::string_view filename) -> std::tuple< DataWriterOption, process::DataConvertOptions > |