| Home | Trees | Index | Help |
|---|
| Package tagger :: Module id3v2frame :: Class ID3v2_3_Frame |
|
ID3v2BaseFrame --+
|
ID3v2_3_Frame
ID3v2_4_Frame| Method Summary | |
|---|---|
getformat(self)
| |
getstatus(self)
| |
Create a bytestring representing the frame contents and the field | |
Parse the frame header from a bytestring | |
| Inherited from ID3v2BaseFrame | |
creates an ID3v2BaseFrame structure. | |
creates a new frame header | |
| |
| |
| |
| |
| |
Converts a String or Unicode String to a byte string of specified encoding. | |
Output text bytestring | |
| |
| |
| |
| |
Extract APIC | |
| |
extract comment field | |
Extract GEOB | |
Extract Play Count | |
Extract Text Fields | |
| |
Extract URL | |
| Instance Variable Summary | |
|---|---|
| Inherited from ID3v2BaseFrame | |
counter: for playcount (PCNT) | |
desc: for geob and URL | |
encoding: optional - for text fields we have the encoding name | |
fid: frame id code | |
filename: filename for GEOB | |
flags: dictionary of flags for this frame | |
language: set if this frame is a comment (2 character code) | |
length: length of the frame in bytes | |
longcomment: set if this frame is a comment (optional) | |
mimetype: mimetype for GEOB, APIC | |
obj: data for GEOB | |
rawdata: rawdata of the rest of the frame minus the header | |
shortcomment: set if this frame is a comment | |
strings: a list of strings for text fields | |
url: for URL | |
| Class Variable Summary | |
|---|---|
dict |
format_flags: format flags required |
int |
header_length: header portion length |
dict |
status_flags: status flags required |
dict |
supported: supported frame ids |
float |
version = 2.2999999999999998 |
| Method Details |
|---|
output(self)Create a bytestring representing the frame contents and the field
|
parse_frame_header(self, frame)Parse the frame header from a bytestring
|
| Class Variable Details |
|---|
format_flagsformat flags required
|
header_lengthheader portion length
|
status_flagsstatus flags required
|
version
|
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.0 on Sun Apr 10 14:44:00 2005 | http://epydoc.sf.net |