Refactoring, FFmpeg updates
This commit is contained in:
@@ -7,8 +7,7 @@
|
||||
|
||||
namespace anm2ed::anm2
|
||||
{
|
||||
constexpr auto SOUND_FORMAT = "#{} {}";
|
||||
constexpr auto SOUND_FORMAT_C = "#%d %s";
|
||||
constexpr auto SOUND_FORMAT = "{}";
|
||||
|
||||
class Sound
|
||||
{
|
||||
@@ -26,5 +25,8 @@ namespace anm2ed::anm2
|
||||
Sound(const std::string&, const std::string&);
|
||||
tinyxml2::XMLElement* to_element(tinyxml2::XMLDocument&, int);
|
||||
std::string to_string(int);
|
||||
void reload(const std::string&);
|
||||
bool is_valid();
|
||||
void play();
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user