| How to change the default audio path from within an Action element |
| Categories: Audium OpenSDK |
| Article ID: | 40 |
| Last updated: | January 12, 2007 |
| User Opinions |
|
No users have voted.
|
|
Thank you for rating this answer.
|
SUMMARY
This article describes how to change the default audio path from within custom code that is executed when an Action element is visited.
SYMPTOMS
The default audio path needs to be changed during application execution, when the caller visits a particular Action element.
RESOLUTION
You can change many Audium settings from within an Action element. To change the default audio path, use the method setDefaultAudioPath(String path). Call this method on the ActionElementData object that is passed to the doAction() method of your Action element's class. Note that ActionElementData inherits this method from APIBase.
You can find this and much more in the Audium Java API javadocs.
|
| Visitor Comments |
|
No visitor comments posted. Post a comment
|
| Attachments |
|
No attachments were found.
|