Migrate Player from pw-play to mpv
This commit is contained in:
@@ -57,7 +57,8 @@ class Player
|
||||
public:
|
||||
~Player();
|
||||
|
||||
void play_file(const QString& file_path, const QString& target_node = "auto");
|
||||
void play_file(const QString& file_path,
|
||||
const QString& target_sink = "auto", float speed = 1.0f);
|
||||
void stop_all();
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user