Murl::Graph::AudioSequence Class Reference

The AudioSequence node class. More...

#include "murl_graph_audio_sequence.h"

Inheritance diagram for Murl::Graph::AudioSequence:

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 PropertyInfoGetPropertyInfo ()
 Get the class' property info struct. More...
 
static const AttributeInfoGetAttributeInfo ()
 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 Tag:

<AudioSequence>

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().

XML Animation Resource Tags:

<VolumeKey interpolation="LINEAR"> [FloatKey]

The animation key acting on Murl::Audio::IPlayable::SetVolume().


The documentation for this class was generated from the following file:
  • murl_graph_audio_sequence.h


Copyright © 2011-2024 Spraylight GmbH.