C# Класс 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.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

AddFile() публичный абстрактный Метод

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
Результат bool