#include <server.h>
Public Member Functions | |
| MediaInfo (std::string_view path_="", std::string_view sha1_digest_="") | |
Public Attributes | |
| std::string | path |
| std::string | sha1_digest |
| bool | no_announce |
| bool | ephemeral |
| bool | delete_at_shutdown |
|
inline |
References delete_at_shutdown, ephemeral, no_announce, path, and sha1_digest.
| bool MediaInfo::delete_at_shutdown |
Referenced by MediaInfo().
| bool MediaInfo::ephemeral |
Referenced by MediaInfo().
| bool MediaInfo::no_announce |
Referenced by MediaInfo().
| std::string MediaInfo::path |
Referenced by MediaInfo().
| std::string MediaInfo::sha1_digest |
Referenced by MediaInfo().