| Home | Download | Screen shots | Discussion | Documentation | Links |
|---|
Inheritance diagram for AudioClip:

Public Methods | |
| AudioClip (const NodeType &nodeType, const ScopePtr &scope) | |
| Constructor. | |
| virtual | ~AudioClip () throw () |
| Destructor. | |
| void | update (double time) |
| virtual AudioClip * | toAudioClip () const |
| Cast to an AudioClip node. | |
Private Methods | |
| virtual void | initializeImpl (double timestamp) throw () |
| Initialize. | |
| void | processSet_description (const FieldValue &sfstring, double timestamp) throw (std::bad_cast, std::bad_alloc) |
| set_description eventIn handler. | |
| void | processSet_loop (const FieldValue &sfbool, double timestamp) throw (std::bad_cast) |
| set_loop eventIn handler. | |
| void | processSet_pitch (const FieldValue &sffloat, double timestamp) throw (std::bad_cast) |
| set_pitch eventIn handler. | |
| void | processSet_startTime (const FieldValue &sftime, double timestamp) throw (std::bad_cast) |
| set_startTime eventIn handler. | |
| void | processSet_stopTime (const FieldValue &sftime, double timestamp) throw (std::bad_cast) |
| set_stopTime eventIn handler. | |
| void | processSet_url (const FieldValue &mfstring, double timestamp) throw (std::bad_cast, std::bad_alloc) |
| set_url eventIn handler. | |
Private Attributes | |
| SFString | description |
| SFBool | loop |
| SFFloat | pitch |
| SFTime | startTime |
| SFTime | stopTime |
| MFString | url |
| SFTime | duration |
| SFBool | active |
| SFString | relativeUrl |
| Audio * | audio |
| bool | url_modified |
| int | audio_index |
| double | audio_intensity |
| int | audio_fd |
Friends | |
| class | AudioClipClass |
|
||||||||||||
|
Constructor.
|
|
|
Destructor.
|
|
|
Initialize.
Reimplemented from Node. |
|
||||||||||||
|
set_description eventIn handler.
|
|
||||||||||||
|
set_loop eventIn handler.
|
|
||||||||||||
|
set_pitch eventIn handler.
|
|
||||||||||||
|
set_startTime eventIn handler.
|
|
||||||||||||
|
set_stopTime eventIn handler.
|
|
||||||||||||
|
set_url eventIn handler.
|
|
|
Cast to an AudioClip node.
Reimplemented from Node. |