Méthode | Description | |
---|---|---|
ExtractChannels ( this clip, GATDataAllocationMode mode ) : GAudio.GATData[] |
Performs the same operation as ToGATData, but splits interleaved channels in seperate GATData instances.
|
|
ToGATData ( this clip, GATDataAllocationMode mode ) : |
Extracts the audio data from an AudioClip and sets it in a GATData object. Memory is allocated according to the specified GATDataAllocationMode.
|
public static ExtractChannels ( this clip, GATDataAllocationMode mode ) : GAudio.GATData[] | ||
clip | this | |
mode | GATDataAllocationMode | |
Résultat | GAudio.GATData[] |
public static ToGATData ( this clip, GATDataAllocationMode mode ) : |
||
clip | this | |
mode | GATDataAllocationMode | |
Résultat |