Module internals

Module internals 

Source
Expand description

Module to manage some internal functionality of libmtp like debug levels and the supported devices, you won’t usually use it.

Structs§

DebugLevel
Bitflags to activate different levels of debugging inside libmtp, multiple levels are activated by using a bitwise or.
DeviceEntry
Contains information about the devices libmtp supports. More information on music-players.h.

Functions§

get_supported_devices
Retrieves the devices libmtp claims to support as stated in music-players.h.
set_debug
Set the internal debug level of libmtp (C library) using bitflags.