IFacialAnimSoundEntry

C++
struct IFacialAnimSoundEntry {
};
File

IFacialAnimation.h

IFacialAnimSoundEntry::~IFacialAnimSoundEntry Destructor
C++
IFacialAnimSoundEntry::GetSentence Method
C++
virtual IFacialSentence* GetSentence() = 0;
Description

Retrieve facial animation sentence interface.

IFacialAnimSoundEntry::GetSoundFile Method
C++
virtual const char* GetSoundFile() = 0;
Description

Retrieve`s filename of the sound associated with this facial sequence.

IFacialAnimSoundEntry::GetStartTime Method
C++
virtual float GetStartTime() = 0;
IFacialAnimSoundEntry::SetSoundFile Method
C++
virtual void SetSoundFile(const char * sSoundFile) = 0;
Description

Set filename of the sound associated with this facial sequence.

IFacialAnimSoundEntry::SetStartTime Method
C++
virtual void SetStartTime(float time) = 0;