#include <crypto_asdcp.h>
Inheritance diagram for Decrypt_GCReadHandler:
Public Member Functions | |
Decrypt_GCReadHandler (GCWriterPtr Writer, UInt32 BodySID) | |
Construct a test handler for a specified BodySID. | |
virtual bool | HandleData (GCReaderPtr Caller, KLVObjectPtr Object) |
Handle a "chunk" of data that has been read from the file. | |
void | SetIndex (IndexTablePtr Index) |
Set an index table to update with new byte offsets. | |
Protected Attributes | |
UInt32 | OurSID |
The BodySID of this essence. | |
GCWriterPtr | Writer |
GCWriter to receive dencrypted data. | |
IndexTablePtr | Index |
Index table to update (or NULL if none). | |
Position | IndexPos |
Current edit unit for indexing. | |
Private Member Functions | |
Decrypt_GCReadHandler () | |
Don't allow standard construction. |
Passes data straight through to the output file - either decrypted by Decrypt_GCEcryptionHandler or not encrypted in the source file
Decrypt_GCReadHandler | ( | ) | [private] |
Don't allow standard construction.
Decrypt_GCReadHandler | ( | GCWriterPtr | Writer, | |
UInt32 | BodySID | |||
) | [inline] |
Construct a test handler for a specified BodySID.
virtual bool HandleData | ( | GCReaderPtr | Caller, | |
KLVObjectPtr | Object | |||
) | [inline, virtual] |
Handle a "chunk" of data that has been read from the file.
Implements GCReadHandler_Base.
void SetIndex | ( | IndexTablePtr | Index | ) | [inline] |
Set an index table to update with new byte offsets.
GCWriterPtr Writer [protected] |
GCWriter to receive dencrypted data.
IndexTablePtr Index [protected] |
Index table to update (or NULL if none).
Position IndexPos [protected] |
Current edit unit for indexing.