type TSoundInfoBuffer = class(TSoundInfo)
Sound that can be played, with a buffer.
| Public | Sound: TCastleSound; |
| Public | procedure ReadElement(const Element: TDOMElement; const AParentGroup: TSoundGroup; const BaseUrl: String; const ASoundEngine: TRepoSoundEngine); override; |
| Public | function FinalSound(const RecursionDepth: Cardinal): TSoundInfoBuffer; override; |
| Public | destructor Destroy; override; |
| Public | Sound: TCastleSound; |
|
This item has no description. | |
| Public | procedure ReadElement(const Element: TDOMElement; const AParentGroup: TSoundGroup; const BaseUrl: String; const ASoundEngine: TRepoSoundEngine); override; |
|
This item has no description. Showing description inherited from TRepoSoundEngine.TSoundInfo.ReadElement. Read a sound from XML element <sound> or <alias>. | |
| Public | function FinalSound(const RecursionDepth: Cardinal): TSoundInfoBuffer; override; |
|
This item has no description. Showing description inherited from TRepoSoundEngine.TSoundInfo.FinalSound. Get the final TSoundInfoBuffer, resolving aliases. | |
| Public | destructor Destroy; override; |
|
This item has no description. | |