Basic_GCFillerHandler Class Reference

Basic GCReader handler for filler. More...

#include <crypto_asdcp.h>

Inheritance diagram for Basic_GCFillerHandler:

GCReadHandler_Base RefCount IRefCount List of all members.

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.

Detailed Description

Basic GCReader handler for filler.

Currently discards the filler so is not useful, but can be extended if required


Constructor & Destructor Documentation

Basic_GCFillerHandler (  )  [private]

Don't allow standard construction.

Basic_GCFillerHandler ( GCWriterPtr  Writer,
UInt32  BodySID 
) [inline]

Construct a filler handler for a specified BodySID.


Member Function Documentation

virtual bool HandleData ( GCReaderPtr  Caller,
KLVObjectPtr  Object 
) [inline, virtual]

Handle a "chunk" of data that has been read from the file.

Returns:
true if all OK, false on error

Implements GCReadHandler_Base.


Member Data Documentation

UInt32 OurSID [protected]

The BodySID of this essence.

GCWriterPtr Writer [protected]

GCWriter to receive encrypted data.


The documentation for this class was generated from the following file:
Generated on Mon Apr 2 15:20:56 2007 for MXFLib by  doxygen 1.5.1-p1