Functions¶
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Details¶
- Dmap.av_record_cmp_by_album(a, b, db)¶
- Parameters:
- Return type:
Compares the two records associated with the provided keys according to album. Suitable to sort lists of albums.
- Dmap.md5_generate(version_major, url, hash_select, out, request_id)¶
- Dmap.md5_progressive_final(context, digest)¶
- Parameters:
context (
Dmap.HashContext
) –digest (
int
) –
- Dmap.md5_progressive_init(context)¶
- Parameters:
context (
Dmap.HashContext
) –
- Dmap.md5_progressive_update(context, buffer, length)¶
- Parameters:
context (
Dmap.HashContext
) –buffer (
int
) –length (
int
) –