C# Class GAudio.AGATLoadingOperation

Base class for asynchronous loading operations. Request a loading operation from the GATAudioLoader singleton, configure, and add to it's operation queue ( QueueOperation method ). One operation can load multiple files. Operation objects are one use only.
Exibir arquivo Open project: gregzo/G-Audio Class Usage Examples

Public Methods

Method Description
AddFile ( string relativePath, PathRelativeType pathType ) : bool

Adds the specified file to the operation. Returns false if the file format is not supported or does not exist, or if the operation is already scheduled / processing.

Method Details

AddFile() public abstract method

Adds the specified file to the operation. Returns false if the file format is not supported or does not exist, or if the operation is already scheduled / processing.
public abstract AddFile ( string relativePath, PathRelativeType pathType ) : bool
relativePath string
pathType PathRelativeType
return bool