ms_status_e

Media source statuses.

Synopsis:

#include <mmplayer/types.h>
 
typedef enum {
      MS_STATUS_NOT_READY,   
      MS_STATUS_READY,   
      MS_STATUS_1STPASS,   
      MS_STATUS_2NDPASS,   
      MS_STATUS_3RDPASS   
} ms_status_e;

Data:

MS_STATUS_NOT_READY
The media source isn't ready because it's been disconnected or its status can't be read
MS_STATUS_READY
The media source is ready, meaning it's connected and its status can be read
MS_STATUS_1STPASS
The file information from the media source has been synchronized (currently unused)
MS_STATUS_2NDPASS
The media metadata from the media source has been synchronized (currently unused)
MS_STATUS_3RDPASS
The playlist entry information for the media source has been synchronized (currently unused)

Library:

mmplayerclient

Description:

The ms_status_e enumerated type defines the possible media source statuses. The status tells clients whether a media source is connected and if so, how much of its media information has been synchronized with its database.