Method | Description | |
---|---|---|
AddFile ( string relativePath, PathRelativeType pathType ) : bool | ||
LoadNext ( |
||
LoadingOperation ( GATDataAllocationMode allocationMode, int numFiles, FileLoadedHandler handler, bool forceMono = false ) : System.ComponentModel | ||
OperationWillStart ( ) : void | ||
SetStatus ( LoadOperationStatus status ) : void |
Method | Description | |
---|---|---|
ReleaseContainers ( |
public AddFile ( string relativePath, PathRelativeType pathType ) : bool | ||
relativePath | string | |
pathType | PathRelativeType | |
return | bool |
public LoadNext ( |
||
worker | ||
deInterleaveBuffer | float | |
return | GAudio.GATData[] |
public LoadingOperation ( GATDataAllocationMode allocationMode, int numFiles, FileLoadedHandler handler, bool forceMono = false ) : System.ComponentModel | ||
allocationMode | GATDataAllocationMode | |
numFiles | int | |
handler | FileLoadedHandler | |
forceMono | bool | |
return | System.ComponentModel |
public SetStatus ( LoadOperationStatus status ) : void | ||
status | LoadOperationStatus | |
return | void |