|
Pepper_56_C_interfaces
Pepper_56_C_interfaces
|
#include <pp_media_player_samsung.h>
Public Attributes | |
| uint32_t | key_id_size |
| void * | key_id |
| uint32_t | iv_size |
| void * | iv |
| uint32_t | num_subsamples |
| struct PP_EncryptedSubsampleDescription * | subsamples |
Structure describing encrypted packet.
| void* PP_ESPacketEncryptionInfo::iv |
Base address of buffer containing Initialization Vector (IV) needed to decrypt given packet.
| uint32_t PP_ESPacketEncryptionInfo::iv_size |
Size in bytes of the |iv| field.
| void* PP_ESPacketEncryptionInfo::key_id |
Base address of buffer containing id of the key needed to decrypt given packet.
| uint32_t PP_ESPacketEncryptionInfo::key_id_size |
Size in bytes of the |key_id| field.
| uint32_t PP_ESPacketEncryptionInfo::num_subsamples |
Number of subsamples for given ES packet (sample).
| struct PP_EncryptedSubsampleDescription* PP_ESPacketEncryptionInfo::subsamples |
Description of subsamples of which given ES packet consists of. Size of the array is |num_subsamples|.