Documentation ¶
Overview ¶
Copyright 2013 Michael Yang. All rights reserved. Use of this source code is governed by a MIT-style license that can be found in the LICENSE file.
Index ¶
- Constants
- Variables
- type Tag
- func (t Tag) AddFrames(f ...v2.Framer)
- func (t Tag) Album() string
- func (t Tag) AllFrames() []v2.Framer
- func (t Tag) Artist() string
- func (t Tag) Bytes() []byte
- func (t Tag) Comments() []string
- func (t Tag) DeleteFrames(id string) []v2.Framer
- func (t Tag) Dirty() bool
- func (t Tag) Frame(id string) v2.Framer
- func (t Tag) Frames(id string) []v2.Framer
- func (t Tag) Genre() string
- func (t Tag) Padding() uint
- func (t *Tag) SetAlbum(text string)
- func (t *Tag) SetArtist(text string)
- func (t *Tag) SetGenre(text string)
- func (t *Tag) SetTitle(text string)
- func (t *Tag) SetYear(text string)
- func (t Tag) Size() int
- func (t Tag) Title() string
- func (t Tag) Version() string
- func (t Tag) Year() string
Constants ¶
View Source
const (
TagSize = 128
)
Variables ¶
View Source
var (
Genres = []string{
"Blues", "Classic Rock", "Country", "Dance",
"Disco", "Funk", "Grunge", "Hip-Hop",
"Jazz", "Metal", "New Age", "Oldies",
"Other", "Pop", "R&B", "Rap",
"Reggae", "Rock", "Techno", "Industrial",
"Alternative", "Ska", "Death Metal", "Pranks",
"Soundtrack", "Euro-Techno", "Ambient", "Trip-Hop",
"Vocal", "Jazz+Funk", "Fusion", "Trance",
"Classical", "Instrumental", "Acid", "House",
"Game", "Sound Clip", "Gospel", "Noise",
"AlternRock", "Bass", "Soul", "Punk",
"Space", "Meditative", "Instrumental Pop", "Instrumental Rock",
"Ethnic", "Gothic", "Darkwave", "Techno-Industrial",
"Electronic", "Pop-Folk", "Eurodance", "Dream",
"Southern Rock", "Comedy", "Cult", "Gangsta",
"Top 40", "Christian Rap", "Pop/Funk", "Jungle",
"Native American", "Cabaret", "New Wave", "Psychadelic",
"Rave", "Showtunes", "Trailer", "Lo-Fi",
"Tribal", "Acid Punk", "Acid Jazz", "Polka",
"Retro", "Musical", "Rock & Roll", "Hard Rock",
}
)
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.