Home | Trees | Index | Help |
---|
Package tagger :: Module utility |
|
Function Summary | |
---|---|
id3v2_2_get_size(header)
| |
id3v2_3_get_size(header)
| |
is_double_byte(enc)
| |
is_valid_encoding(encoding)
| |
nosyncsafe(data)
| |
checks if a string is null terminated already, if it is, then ignore it, otherwise, terminate it properly. | |
Given a number, sync safe it | |
Given a byte string, it will assume it is big-endian and un-SyncSafe a number |
Variable Summary | |
---|---|
dict |
id3v2_data_len = {2.2999999999999998: <function id3v2_3_...
|
dict |
id3v2_header_len = {2.2999999999999998: 10, 2.3999999999...
|
Function Details |
---|
null_terminate(enc, s)checks if a string is null terminated already, if it is, then ignore it, otherwise, terminate it properly.
|
syncsafe(num, size)Given a number, sync safe it |
unsyncsafe(data)Given a byte string, it will assume it is big-endian and un-SyncSafe a number |
Variable Details |
---|
id3v2_header_len
|
Home | Trees | Index | Help |
---|
Generated by Epydoc 2.0 on Sun Apr 10 14:44:00 2005 | http://epydoc.sf.net |