Class TAudioClipNode

Unit

Declaration

type TAudioClipNode = class(TAbstractSoundSourceNode)

Description

Buffer for sound data, which can be played by the TSoundNode.

Hierarchy

Overview

Methods

Protected procedure ParseAfter(Reader: TX3DReaderNames); override;
Protected procedure BeforeTraverse(StateStack: TX3DGraphTraverseStateStack); override;
Public constructor Create(const AX3DName: string = ''; const ABaseUrl: String = ''); override;
Public destructor Destroy; override;
Public procedure CreateNode; override;
Public class function ClassX3DType: String; override;
Public procedure SetUrl(const Value: array of string); overload;
Public procedure SetUrl(const Value: TCastleStringList); overload;

Properties

Public property FdAutoRefresh: TSFTime read FFdAutoRefresh;
Public property AutoRefresh: TFloatTime read GetAutoRefresh write SetAutoRefresh;
Public property FdAutoRefreshTimeLimit: TSFTime read FFdAutoRefreshTimeLimit;
Public property AutoRefreshTimeLimit: TFloatTime read GetAutoRefreshTimeLimit write SetAutoRefreshTimeLimit;
Public property FdLoad: TSFBool read FFdLoad;
Public property Load: Boolean read GetLoad write SetLoad;
Public property FdUrl: TMFString read FFdUrl;

Description

Methods

Protected procedure ParseAfter(Reader: TX3DReaderNames); override;
 
Protected procedure BeforeTraverse(StateStack: TX3DGraphTraverseStateStack); override;
 
Public constructor Create(const AX3DName: string = ''; const ABaseUrl: String = ''); override;
 
Public destructor Destroy; override;
 
Public procedure CreateNode; override;

Create node fields and events.

Public class function ClassX3DType: String; override;
 
Public procedure SetUrl(const Value: array of string); overload;
 
Public procedure SetUrl(const Value: TCastleStringList); overload;
 

Properties

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

Public property AutoRefresh: TFloatTime read GetAutoRefresh write SetAutoRefresh;
 
Public 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).

Public property AutoRefreshTimeLimit: TFloatTime read GetAutoRefreshTimeLimit write SetAutoRefreshTimeLimit;
 
Public 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).

Public property Load: Boolean read GetLoad write SetLoad;
 
Public 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.