#include <crypto_asdcp.h>
Inheritance diagram for Basic_GCFillerHandler:

Public Member Functions | |
| Basic_GCFillerHandler (GCWriterPtr Writer, UInt32 BodySID) | |
| Construct a filler handler for a specified BodySID. | |
| virtual bool | HandleData (GCReaderPtr Caller, KLVObjectPtr Object) |
| Handle a "chunk" of data that has been read from the file. | |
Protected Attributes | |
| UInt32 | OurSID |
| The BodySID of this essence. | |
| GCWriterPtr | Writer |
| GCWriter to receive encrypted data. | |
Private Member Functions | |
| Basic_GCFillerHandler () | |
| Don't allow standard construction. | |
Currently discards the filler so is not useful, but can be extended if required
| Basic_GCFillerHandler | ( | ) | [private] |
Don't allow standard construction.
| Basic_GCFillerHandler | ( | GCWriterPtr | Writer, | |
| UInt32 | BodySID | |||
| ) | [inline] |
Construct a filler 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.
GCWriterPtr Writer [protected] |
GCWriter to receive encrypted data.
1.5.1-p1