Class TAudioClipNode
Unit
X3DNodes
Declaration
type TAudioClipNode = class(TAbstractSoundSourceNode)
Description
Buffer for sound data, which can be played by the TSoundNode.
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
constructor Create(const AX3DName: string = ''; const ABaseUrl: String = ''); override; |
|
 |
destructor Destroy; override; |
|
 |
procedure CreateNode; override; |
Create node fields and events.
|
 |
class function ClassX3DType: String; override; |
|
 |
procedure SetUrl(const Value: array of string); overload; |
|
Properties
 |
property FdAutoRefresh: TSFTime read FFdAutoRefresh; |
Internal wrapper for property AutoRefresh . This wrapper API may change, we advise to access simpler AutoRefresh instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).
|
 |
property AutoRefresh: TFloatTime read GetAutoRefresh write SetAutoRefresh; |
|
 |
property FdAutoRefreshTimeLimit: TSFTime read FFdAutoRefreshTimeLimit; |
Internal wrapper for property AutoRefreshTimeLimit . This wrapper API may change, we advise to access simpler AutoRefreshTimeLimit instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).
|
 |
property AutoRefreshTimeLimit: TFloatTime read GetAutoRefreshTimeLimit write SetAutoRefreshTimeLimit; |
|
 |
property FdLoad: TSFBool read FFdLoad; |
Internal wrapper for property Load . This wrapper API may change, we advise to access simpler Load instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).
|
 |
property Load: Boolean read GetLoad write SetLoad; |
|
 |
property FdUrl: TMFString read FFdUrl; |
Internal wrapper for property Url . This wrapper API may change, we advise to access simpler Url instead, if it is defined (TODO: for now, some field types do not have a simpler counterpart).
|
Generated by PasDoc 0.16.0.