#include <Ap4OmaDcf.h>
Inheritance diagram for AP4_OmaDcfCbcSampleDecrypter:
Public Member Functions | |
AP4_OmaDcfCbcSampleDecrypter (AP4_BlockCipher *block_cipher, bool selective_encryption) | |
~AP4_OmaDcfCbcSampleDecrypter () | |
virtual AP4_Result | DecryptSampleData (AP4_DataBuffer &data_in, AP4_DataBuffer &data_out) |
virtual AP4_Size | GetDecryptedSampleSize (AP4_Sample &sample) |
Definition at line 181 of file Ap4OmaDcf.h.
AP4_OmaDcfCbcSampleDecrypter::AP4_OmaDcfCbcSampleDecrypter | ( | AP4_BlockCipher * | block_cipher, | |
bool | selective_encryption | |||
) |
AP4_OmaDcfCbcSampleDecrypter::~AP4_OmaDcfCbcSampleDecrypter | ( | ) |
virtual AP4_Result AP4_OmaDcfCbcSampleDecrypter::DecryptSampleData | ( | AP4_DataBuffer & | data_in, | |
AP4_DataBuffer & | data_out | |||
) | [virtual] |
Implements AP4_SampleDecrypter.
virtual AP4_Size AP4_OmaDcfCbcSampleDecrypter::GetDecryptedSampleSize | ( | AP4_Sample & | sample | ) | [virtual] |
Implements AP4_OmaDcfSampleDecrypter.