Update NCM Decoder
This commit is contained in:
@ -1,11 +1,12 @@
|
||||
package common
|
||||
|
||||
type Decoder interface {
|
||||
Validate() bool
|
||||
Decode() error
|
||||
GetCoverImage() []byte
|
||||
GetAudioData() []byte
|
||||
GetAudioExt() string
|
||||
GetMeta() *Meta
|
||||
GetMeta() Meta
|
||||
}
|
||||
|
||||
type Meta interface {
|
||||
|
Reference in New Issue
Block a user