Class TAbstractSoundSourceNode
Unit
X3DNodes
Declaration
type TAbstractSoundSourceNode = class(TAbstractTimeDependentNode, IAbstractSoundSourceNode)
Description
Base class for (most) nodes that can emit audio data.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
procedure CreateNode; override; |
|
 |
function SafePitch: Single; |
Pitch, corrected to always be > 0.
|
Properties
 |
property FdDescription: TSFString read FFdDescription; |
|
 |
property FdPitch: TSFFloat read FFdPitch; |
|
 |
property EventDuration_changed: TSFTimeEvent read FEventDuration_changed; |
|
 |
property Description: string read GetDescription write SetDescription; |
|
 |
property Pitch: Single read GetPitch write SetPitch; |
|
Generated by PasDoc 0.15.0.
|