Functions

av_record_cmp_by_album (a, b, db)

error_quark ()

md5_generate (version_major, url, hash_select, out, request_id)

md5_progressive_final (context, digest)

md5_progressive_init (context)

md5_progressive_to_string (digest, string)

md5_progressive_update (context, buffer, length)

mdns_browser_error_quark ()

mdns_publisher_error_quark ()

utils_mime_to_format (transcode_mimetype)

Details

Dmap.av_record_cmp_by_album(a, b, db)
Parameters:
Return type:

int

Compares the two records associated with the provided keys according to album. Suitable to sort lists of albums.

Dmap.error_quark()
Return type:

int

Dmap.md5_generate(version_major, url, hash_select, out, request_id)
Parameters:
  • version_major (int) –

  • url (int) –

  • hash_select (int) –

  • out (int) –

  • request_id (int) –

Dmap.md5_progressive_final(context, digest)
Parameters:
Dmap.md5_progressive_init(context)
Parameters:

context (Dmap.HashContext) –

Dmap.md5_progressive_to_string(digest, string)
Parameters:
  • digest (int) –

  • string (str) –

Dmap.md5_progressive_update(context, buffer, length)
Parameters:
Dmap.mdns_browser_error_quark()
Return type:

int

Dmap.mdns_publisher_error_quark()
Return type:

int

Dmap.utils_mime_to_format(transcode_mimetype)
Parameters:

transcode_mimetype (str) – a string representing a MIME type (e.g., “audio/wav”).

Returns:

a string representing the corresponding type (e.g., “wav”).

Return type:

str