34 #ifndef _NSOUND_MIXER_NODE_H_
35 #define _NSOUND_MIXER_NODE_H_
const AudioStream * audio_stream_
The pointer to the AudioStream.
std::string printNode()
This method returns a string that represents the node.
boolean operator==(const MixerNode &) const
boolean operator<(const MixerNode &) const
This class holds the nodes for use with the Mixer class.
float64 first_beat_time_
The time the AudioStream first occurs in the list.
float64 bpm_
The number of beats per minute.
MixerNode(float64 first_beat_time, float64 bpm, const AudioStream &as)
Constructor.