Pepper_47_C_interfaces
|
#include <pp_content_decryptor.h>
Public Attributes | |
PP_DecryptResult | result |
PP_DecryptedSampleFormat | format |
uint32_t | data_size |
uint32_t | padding |
struct PP_DecryptTrackingInfo | tracking_info |
PP_DecryptedSampleInfo
contains the result of the decrypt and decode operation on the associated samples, information required to access the sample data in buffer, and tracking info.
Definition at line 273 of file pp_content_decryptor.h.
uint32_t PP_DecryptedSampleInfo::data_size |
Size in bytes of decrypted samples.
Definition at line 285 of file pp_content_decryptor.h.
PP_DecryptedSampleFormat PP_DecryptedSampleInfo::format |
Format of the decrypted samples.
Definition at line 281 of file pp_content_decryptor.h.
uint32_t PP_DecryptedSampleInfo::padding |
4-byte padding to make the size of PP_DecryptedSampleInfo
a multiple of 8 bytes. The value of this field should not be used.
Definition at line 290 of file pp_content_decryptor.h.
PP_DecryptResult PP_DecryptedSampleInfo::result |
Result of the decrypt and decode operation.
Definition at line 277 of file pp_content_decryptor.h.
struct PP_DecryptTrackingInfo PP_DecryptedSampleInfo::tracking_info |
Information needed by the client to track the decrypted samples.
Definition at line 294 of file pp_content_decryptor.h.