Main Page | Modules | Namespace List | Class Hierarchy | Class List | Namespace Members | Class Members | Related Pages

AudioStream Class Reference

AudioStream represents a stream of audio samples to played through a SoundNode. More...

Inheritance diagram for AudioStream:

AudioSourceNode Node Object List of all members.

Detailed Description

AudioStream represents a stream of audio samples to played through a SoundNode.

Authoring Interface:

        AudioStream {
            field SFURL     url         ""
            field SFNode    timer       NULL
       
            eventOut SFString   loadStatus
            eventOut SFDouble   loadTime
        }

Parameters:
url is the url of the audio stream to be played Default value: ""
timer is the Timer node used to control playback Default value: NULL
loadStatus emits strings indicating progress of the load operation. "REQUESTED" is emitted when the url starts to load. "LOADED" is emitted when the url successfully loads. "FAILED" is emitted if the url failed to load for some reason. And "NONE" is emitted if the url field is empty.
loadTime emits the time the url was successfully loaded. It is emitted right after a loadStatus of "LOADED" is emitted.


Generated on Sat Apr 1 06:08:08 2006 for Emma Content Development Kit by  doxygen 1.4.3