Pepper_47_C_interfaces
Enumerations | Functions
pp_media_control_samsung.h File Reference
#include "ppapi/c/pp_macros.h"
Include dependency graph for pp_media_control_samsung.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  PP_MediaState {
  PP_MEDIASTATE_INVALID = -1, PP_MEDIASTATE_NULL = 0, PP_MEDIASTATE_READY = 1, PP_MEDIASTATE_PAUSED = 2,
  PP_MEDIASTATE_PLAYING = 3
}
 
enum  PP_MediaError {
  PP_MEDIAERROR_NO_ERROR = 0, PP_MEDIAERROR_NOT_AUTHORIZED = 1, PP_MEDIAERROR_FILE_NOT_FOUND = 2, PP_MEDIAERROR_NETWORK_ERROR = 3,
  PP_MEDIAERROR_DECODE_ERROR = 4
}
 

Functions

 PP_COMPILE_ASSERT_SIZE_IN_BYTES (PP_MediaState, 4)
 
 PP_COMPILE_ASSERT_SIZE_IN_BYTES (PP_MediaError, 4)
 

Detailed Description

This file defines structures used to decribe Media Player related enums like ones describing player states, erros, etc.

Definition in file pp_media_control_samsung.h.