ms_error_e

Media source error severity levels.

Synopsis:

#include <mmplayer/types.h>
 
typedef enum {
      MS_ERROR_RECOVERABLE = 0,
      MS_ERROR_NONRECOVERABLE   
} ms_error_e;

Data:

MS_ERROR_RECOVERABLE
The error is recoverable
MS_ERROR_NONRECOVERABLE
The error is not recoverable

Library:

mmplayerclient

Description:

Media source error severity levels. For MMP_EVENT_ERROR events, the event information returned to the client includes an mmp_event_error structure with its type field set to one the MS_ERROR_* values.