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

Go to the source code of this file.

Classes

struct  PP_EncryptedSubsampleDescription
 

Typedefs

typedef int64_t PP_MicrosecondsDelta
 

Enumerations

enum  PP_ElementaryStream_Type_Samsung {
  PP_ELEMENTARYSTREAM_TYPE_SAMSUNG_UNKNOWN = -1, PP_ELEMENTARYSTREAM_TYPE_SAMSUNG_VIDEO = 0, PP_ELEMENTARYSTREAM_TYPE_SAMSUNG_AUDIO = 1, PP_ELEMENTARYSTREAM_TYPE_SAMSUNG_TEXT = 2,
  PP_ELEMENTARYSTREAM_TYPE_SAMSUNG_MAX = 3
}
 

Functions

 PP_COMPILE_ASSERT_SIZE_IN_BYTES (PP_MicrosecondsDelta, 8)
 
 PP_COMPILE_ASSERT_SIZE_IN_BYTES (PP_ElementaryStream_Type_Samsung, 4)
 
 PP_COMPILE_ASSERT_STRUCT_SIZE_IN_BYTES (PP_EncryptedSubsampleDescription, 8)
 
PP_INLINE double PP_MicrosecondsDeltaToSeconds (PP_MicrosecondsDelta value)
 
PP_INLINE PP_MicrosecondsDelta PP_SecondsToMicrosecondsDelta (double value)
 

Detailed Description

This file defines common structures used by Samsung media PPAPI interfaces.

Definition in file pp_media_common_samsung.h.