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 > |