TAudioSampleLoader: Methods  


To create your own audio sample loaders, you should extend this type and provide a LoadAudioSample method. To add your audio sample loader to the system, simply create an instance of it using New.

Methods

LoadAudioSampleLoad an audio sample

Method reference

Method LoadAudioSample:TAudioSample( stream:TStream ) Abstract
ReturnsA new audio sample object, or Null if sample could not be loaded
DescriptionLoad an audio sample
InformationExtending types must implement this method.