class AudioInfo

Describes the content of an audio file More...

Definition#include <HMM/include/audioinfo.h>
InheritsObject (data-flow)
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Protected Members


Detailed Description

Describes the content of an audio file

string ortho

[protected]

int length

[protected]

bool coarse_endpointed

[protected]

int coarse_start

[protected]

int coarse_end

[protected]

bool fine_endpointed

[protected]

int fine_start

[protected]

int fine_end

[protected]

 AudioInfo (string _ortho, int _length) : ortho(_ortho) , length(_length) , coarse_endpointed(false) , fine_endpointed(false)

Full constructor

 AudioInfo () : coarse_endpointed(false) , fine_endpointed(false)

Default constructor

bool  isCoarseEndpointed ()

[const]

Does the info file contain coarse endpoints?

bool  isFineEndpointed ()

[const]

Does the info file contain fine endpoints?

bool  isWithinCoarse (int sample)

Is the sample within coarse endpoints

bool  isWithinFine (int sample)

Is the sample within fine endpoints

void  printOn (ostream &out=cout)

[const virtual]

print function used for operator <<

Reimplemented from Object.

void  readFrom (istream &in=cin)

Read function used for operator >>

Reimplemented from Object.

friend istream & operator >> (istream &in, AudioInfo &info)


Generated by: jmvalin@usw-pr-shell2 on Mon Jun 24 00:06:40 2002, using kdoc 2.0a40.