Skip to main content

Meta_AudioStream

Module: Metanodes / Definitions

A container for AudioStreamBuffer nodes.

#include <meta_audio.hpp>

Public Types

TypeName
enumIDX { Idx_Volume, Idx_MinimumGain, Idx_MaximumGain, Idx_PositionAtCamera, Idx_TransformMode }
enumTransformMode { World, Local }
Values for Idx_TransformMode.

Public Functions

TypeName
Meta_AudioStream()

Public Types Documentation

enum IDX

EnumeratorValueDescription
Idx_VolumeControls the volume of the sound source.
Idx_MinimumGainThe minimum gain after any 3D spatial processing (0 to 1).
Idx_MaximumGainThe maximum gain after any 3D spatial processing (0 to 1).
Idx_PositionAtCameraWhether the position is relative to the user's camera or the scene origin.
Idx_TransformModeWhether to use the world or local transform of the parent.

enum TransformMode

EnumeratorValueDescription
World0 - Use the parent assembly world transform to position the audio relative to the listener (Symbols - C: "RelativeToWorld", Lua: __AudioSound_RelativeToWorld)
Local1 - Use the parent assembly local transform (Symbols - C: "RelativeToLocal", Lua: __AudioSound_RelativeToLocal)

Values for Idx_TransformMode.

Public Functions Documentation

Meta_AudioStream

inline Meta_AudioStream()