KLVObject::KLVInfo Class Reference

#include <klvobject.h>

List of all members.

Public Member Functions

 KLVInfo ()
KLVInfooperator= (const KLVInfo &RHS)

Public Attributes

MXFFilePtr File
 Source or destination file.
Position Offset
 Offset of the first byte of the key as an offset into the file (-1 if not available).
Length OuterLength
 The length of the entire readable value space - in basic KLV types this is always ValueLength, derived types may add some hidden overhead.
Int32 KLSize
 Size of this object's KL in the source or destination file (-1 if not known).
bool Valid
 Set to true once the data is "set".

Private Member Functions

 KLVInfo (KLVInfo &)
 Prevent copy-construction.


Constructor & Destructor Documentation

KLVInfo ( KLVInfo  )  [private]

Prevent copy-construction.

KLVInfo (  )  [inline]


Member Function Documentation

KLVInfo& operator= ( const KLVInfo RHS  )  [inline]


Member Data Documentation

MXFFilePtr File

Source or destination file.

Position Offset

Offset of the first byte of the key as an offset into the file (-1 if not available).

Length OuterLength

The length of the entire readable value space - in basic KLV types this is always ValueLength, derived types may add some hidden overhead.

Int32 KLSize

Size of this object's KL in the source or destination file (-1 if not known).

bool Valid

Set to true once the data is "set".


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