CLAM::MediaTime Class Reference

#include <MediaTime.hxx>

Inheritance diagram for CLAM::MediaTime:

CLAM::ProcessingData CLAM::DynamicType CLAM::Component

List of all members.


Detailed Description

Media Time type definition * This type propose a flexible way of defining * the temporal location of an audio segment * Types: {begin, end}, {begin, duration} * This type is thought to be used to define * some kind of probability when defining segment* boundaries *.

Definition at line 48 of file MediaTime.hxx.


Public Member Functions

 DYNAMIC_TYPE_USING_INTERFACE (MediaTime, 3, ProcessingData)
 DYN_ATTRIBUTE (0, public, TData, Begin)
 DYN_ATTRIBUTE (1, public, TData, End)
 DYN_ATTRIBUTE (2, public, TData, Duration)

Protected Member Functions

void DefaultInit ()
 The concrete dynamic type constructor calls DefaultInit().

Member Function Documentation

CLAM::MediaTime::DYNAMIC_TYPE_USING_INTERFACE ( MediaTime  ,
,
ProcessingData   
)

CLAM::MediaTime::DYN_ATTRIBUTE ( ,
public  ,
TData  ,
Begin   
)

CLAM::MediaTime::DYN_ATTRIBUTE ( ,
public  ,
TData  ,
End   
)

CLAM::MediaTime::DYN_ATTRIBUTE ( ,
public  ,
TData  ,
Duration   
)

void CLAM::MediaTime::DefaultInit ( void   )  [protected]

The concrete dynamic type constructor calls DefaultInit().

This allows user to initialize his/her object. But we define DefaultInit() here because we don't want to force writting one DefaultInit() function for each concrete dynamic type. If a dynamic type concrete class defines some (not-default) constructors, this should also call the DefaultInit().

See also:
CopyInit()

Reimplemented from CLAM::DynamicType.

Definition at line 27 of file MediaTime.cxx.

References CLAM::DynamicType::UpdateData().


The documentation for this class was generated from the following files:

Generated on Tue Aug 12 22:33:47 2008 for CLAM by  doxygen 1.5.5