#include <Ap4OmaDcf.h>
Inheritance diagram for AP4_OmaDcfSampleDecrypter:
Public Member Functions | |
AP4_OmaDcfSampleDecrypter (AP4_Size iv_length, bool selective_encryption) | |
virtual AP4_Size | GetDecryptedSampleSize (AP4_Sample &sample)=0 |
Static Public Member Functions | |
static AP4_Result | Create (AP4_ProtectedSampleDescription *sample_description, const AP4_UI08 *key, AP4_Size key_size, AP4_BlockCipherFactory *block_cipher_factory, AP4_OmaDcfSampleDecrypter **cipher) |
Protected Attributes | |
AP4_Size | m_IvLength |
AP4_Size | m_KeyIndicatorLength |
bool | m_SelectiveEncryption |
Definition at line 131 of file Ap4OmaDcf.h.
AP4_OmaDcfSampleDecrypter::AP4_OmaDcfSampleDecrypter | ( | AP4_Size | iv_length, | |
bool | selective_encryption | |||
) | [inline] |
Definition at line 142 of file Ap4OmaDcf.h.
static AP4_Result AP4_OmaDcfSampleDecrypter::Create | ( | AP4_ProtectedSampleDescription * | sample_description, | |
const AP4_UI08 * | key, | |||
AP4_Size | key_size, | |||
AP4_BlockCipherFactory * | block_cipher_factory, | |||
AP4_OmaDcfSampleDecrypter ** | cipher | |||
) | [static] |
virtual AP4_Size AP4_OmaDcfSampleDecrypter::GetDecryptedSampleSize | ( | AP4_Sample & | sample | ) | [pure virtual] |
Implemented in AP4_OmaDcfCtrSampleDecrypter, and AP4_OmaDcfCbcSampleDecrypter.
AP4_Size AP4_OmaDcfSampleDecrypter::m_IvLength [protected] |
Definition at line 151 of file Ap4OmaDcf.h.
Definition at line 152 of file Ap4OmaDcf.h.
bool AP4_OmaDcfSampleDecrypter::m_SelectiveEncryption [protected] |
Definition at line 153 of file Ap4OmaDcf.h.