ms_type_e

Hardware types for media sources.

Synopsis:

#include <mmplayer/types.h>
 
typedef enum {
      MS_TYPE_HDD =       0x00000001,   
      MS_TYPE_USB =       0x00000002,   
      MS_TYPE_IPOD =      0x00000010,   
      MS_TYPE_DLNA =      0x00000100,   
      MS_TYPE_BLUETOOTH = 0x00001000,   
      MS_TYPE_MTP =       0x00010000,   
      MS_TYPE_UNKNOWN =   0x00100000   
} ms_type_e;

Data:

MS_TYPE_HDD
Local drive
MS_TYPE_USB
USB storage device
MS_TYPE_IPOD
iPod
MS_TYPE_DLNA
DLNA device
MS_TYPE_BLUETOOTH
Bluetooth device
MS_TYPE_MTP
Device with MTP files (e.g., Android, Win7/8 phone)
MS_TYPE_UNKNOWN
Customized media source

Library:

mmplayerclient

Description:

The ms_type_e enumerated type defines the media source hardware types supported by mm-player.