ms_event_e

Media source event types.

Synopsis:

#include <mmplayer/types.h>
 
typedef enum {
      MS_EVENT_ADDED = 0,
      MS_EVENT_REMOVED,   
      MS_EVENT_UPDATED   
} ms_event_e;

Data:

MS_EVENT_ADDED
A media source has been connected
MS_EVENT_REMOVED
A media source has been disconnected
MS_EVENT_UPDATED
The status of a connected media source has changed

Library:

mmplayerclient

Description:

Media source event types. For MMP_EVENT_MEDIASOURCE events, the event information returned to the client includes an mmp_event_mediasource structure with its type field set to one the MS_EVENT_* values.