mirror of
https://github.com/ZetaKebab/MpcNET.git
synced 2025-07-02 00:57:38 +00:00
Type-safe commands for Audio output devices (partial implemented).
This commit is contained in:
10
LibMpc/Commands/IMpcCommand.cs
Normal file
10
LibMpc/Commands/IMpcCommand.cs
Normal file
@ -0,0 +1,10 @@
|
||||
namespace LibMpc
|
||||
{
|
||||
public interface IMpcCommand
|
||||
{
|
||||
string Value { get; }
|
||||
|
||||
// TODO: Return IMpdResponse and create type-safe input.
|
||||
object ParseResponse(object response);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user