Documentation ¶
Index ¶
- type Mp3Tag
- func (m *Mp3Tag) Save() error
- func (m *Mp3Tag) SetAlbum(album string) error
- func (m *Mp3Tag) SetArtist(artists []string) error
- func (m *Mp3Tag) SetComment(comment string) error
- func (m *Mp3Tag) SetCover(cover []byte, mime string) error
- func (m *Mp3Tag) SetCoverUrl(coverUrl string) error
- func (m *Mp3Tag) SetTitle(title string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Mp3Tag ¶
type Mp3Tag struct {
// contains filtered or unexported fields
}
func (*Mp3Tag) SetComment ¶
func (*Mp3Tag) SetCoverUrl ¶
Click to show internal directories.
Click to hide internal directories.