Inheritance diagram for AudioStream:

Authoring Interface:
AudioStream {
field SFURL url ""
field SFNode timer NULL
eventOut SFString loadStatus
eventOut SFDouble loadTime
}
| 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. |
1.4.3