Pepper_56_C_interfaces
Pepper_56_C_interfaces
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
PP_DecryptedFrameInfo Struct Reference

#include <pp_content_decryptor.h>

Public Attributes

PP_DecryptResult result
 
PP_DecryptedFrameFormat format
 
int32_t plane_offsets [3]
 
int32_t strides [3]
 
int32_t width
 
int32_t height
 
struct PP_DecryptTrackingInfo tracking_info
 

Detailed Description

PP_DecryptedFrameInfo contains the result of the decrypt and decode operation on the associated frame, information required to access the frame data in buffer, and tracking info.

Member Data Documentation

PP_DecryptedFrameFormat PP_DecryptedFrameInfo::format

Format of the decrypted frame.

int32_t PP_DecryptedFrameInfo::height

Height of the video frame, in pixels.

int32_t PP_DecryptedFrameInfo::plane_offsets[3]

Offsets into the buffer resource for accessing video planes.

PP_DecryptResult PP_DecryptedFrameInfo::result

Result of the decrypt and decode operation.

int32_t PP_DecryptedFrameInfo::strides[3]

Stride of each plane.

struct PP_DecryptTrackingInfo PP_DecryptedFrameInfo::tracking_info

Information needed by the client to track the decrypted frame.

int32_t PP_DecryptedFrameInfo::width

Width of the video frame, in pixels.


The documentation for this struct was generated from the following file: