Audium Knowledge Base

Knowledgebase Home | Contact Knowledgebase Home | Contact
Search the Knowledgebase Jump to ID Browse by Category
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.

How would you rate this answer?
Helpful
Not helpful
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
Related Questions
Attachments
No attachments were found.

Copyright (c) 2005 Audium Corporation. All rights reserved.
Audium Home | Audium Support Center Home | Audium Customer Care Home