Property | Type | Description |
---|
Method | Description | |
---|---|---|
AddAudioThreadStreamClient ( IGATAudioThreadStreamClient client ) : void | ||
BroadcastStream ( float data, int offset, bool isEmptyData ) : void | ||
GATAudioThreadStreamProxy ( int bufferSizePerChannel, int nbOfChannels, |
||
RemoveAudioThreadStreamClient ( IGATAudioThreadStreamClient client ) : void |
public AddAudioThreadStreamClient ( IGATAudioThreadStreamClient client ) : void | ||
client | IGATAudioThreadStreamClient | |
return | void |
public BroadcastStream ( float data, int offset, bool isEmptyData ) : void | ||
data | float | |
offset | int | |
isEmptyData | bool | |
return | void |
public GATAudioThreadStreamProxy ( int bufferSizePerChannel, int nbOfChannels, |
||
bufferSizePerChannel | int | |
nbOfChannels | int | |
bufferPointer | ||
bufferOffset | int | |
streamName | string | |
return | System |
public RemoveAudioThreadStreamClient ( IGATAudioThreadStreamClient client ) : void | ||
client | IGATAudioThreadStreamClient | |
return | void |