The AudioSequence node class. More...
#include "murl_graph_audio_sequence.h"
Additional Inherited Members | |
Public Types inherited from Murl::IFactoryObject< INode > | |
using | ClassInfoArray = Array< const ClassInfo * > |
Definition of an array of ClassInfo objects. | |
Public Member Functions inherited from Murl::IFactoryObject< INode > | |
~IFactoryObject () override | |
The destructor. | |
virtual const ClassInfo * | GetObjectClassInfo () const=0 |
Get the object instance's class info, if present. More... | |
virtual void | ResetObjectProperties ()=0 |
Reset the object instance's properties to their default values. | |
Static Public Member Functions inherited from Murl::IFactoryObject< INode > | |
static const PropertyInfo * | GetPropertyInfo () |
Get the class' property info struct. More... | |
static const AttributeInfo * | GetAttributeInfo () |
Get the class' attribute info struct. More... | |
static void | ResetProperties (IFactoryObject< INode > *object) |
Reset an object instance's properties to their default values. More... | |
Detailed Description
The AudioSequence node class.
XML Elements
- XML Graph Node Attributes:
-
audioSourceId.N="" [String]
A single audio source node ID at index N to reference. See Murl::Graph::IAudioSequence::GetAudioSourceNodeTarget().
audioSourceIds="" [String]
A comma-separated list of the audio source node IDs to reference. See Murl::Graph::IAudioSequence::GetAudioSourceNodeTarget().
timelineUnit="0" [UInt32]
The timeline unit to respond to. See Murl::Graph::IAudioSequence::SetTimelineUnit().
volume="1.0" [Real]
The playback volume. See Murl::Audio::IPlayable::SetVolume().
endlessLoop="false" [Bool]
Endless looping. See Murl::Audio::IPlayable::SetEndlessLoopEnabled().
referenceDistance="1.0" [Real]
The reference distance for playback. See Murl::Audio::IPlayable::SetReferenceDistance().
rolloffFactor="1.0" [Real]
The rolloff factor for playback. See Murl::Audio::IPlayable::SetRolloffFactor().
maxDistance="1.0e37" [Real]
The maximum distance for playback. See Murl::Audio::IPlayable::SetMaxDistance().
sampleFormat="DEFAULT" [IEnums::SampleFormat]
The sample format to use for playback. See Murl::Audio::IPlayable::SetSampleFormat().
maxNumberOfStreamBuffers="3" [UInt32]
The maximum number of stream buffers used during playback. See Murl::Audio::IPlayable::SetMaxNumberOfStreamBuffers().
The documentation for this class was generated from the following file:
- murl_graph_audio_sequence.h