Dispose() public méthode

Releases all resource used by the GATAudioThreadStreamSplitter object.
Call Dispose when you are finished using the GATAudioThreadStreamSplitter. The Dispose method leaves the GATAudioThreadStreamSplitter in an unusable state. After calling Dispose, you must release all references to the GATAudioThreadStreamSplitter so the garbage collector can reclaim the memory that the GATAudioThreadStreamSplitter was occupying.
public Dispose ( ) : void
Résultat void
Exemple #1
0
 void OnDestroy()
 {
     _splitter.Dispose();
 }