Media file categories supported by mm-sync.
#include <mmsync/interface.h>
typedef enum mm_ftypes_e { FTYPE_UNKNOWN = 0, FTYPE_AUDIO = 1, FTYPE_VIDEO = 2, FTYPE_RESERVED1 = 3, FTYPE_PHOTO = 4, FTYPE_DEVICE = 5, FTYPE_MAX, } mm_ftypes_t;
Media file categories supported by mm-sync.