|
Pepper_56_C_interfaces
Pepper_56_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.
| uint32_t PP_DecryptedSampleInfo::data_size |
Size in bytes of decrypted samples.
| PP_DecryptedSampleFormat PP_DecryptedSampleInfo::format |
Format of the decrypted samples.
| 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.
| PP_DecryptResult PP_DecryptedSampleInfo::result |
Result of the decrypt and decode operation.
| struct PP_DecryptTrackingInfo PP_DecryptedSampleInfo::tracking_info |
Information needed by the client to track the decrypted samples.