Update NCM, QMC Decoder

This commit is contained in:
Emmm Monster
2020-12-26 02:53:28 +08:00
parent fe5403cdb7
commit a92ea82090
3 changed files with 29 additions and 30 deletions

View File

@ -1,7 +1,7 @@
package common
type Decoder interface {
Validate() bool
Validate() error
Decode() error
GetCoverImage() []byte
GetAudioData() []byte