Method | Description | |
---|---|---|
Dispose ( ) : void |
Releases all resource used by the GATAudioThreadStreamSplitter object. Call Dispose when you are finished using the GATAudioThreadStreamSplitter. The Dispose method leaves the GATAudioThreadStreamSplitter in an unusable state. After calling Dispose, you must release all references to the GATAudioThreadStreamSplitter so the garbage collector can reclaim the memory that the GATAudioThreadStreamSplitter was occupying. |
|
GATAudioThreadStreamSplitter ( IGATAudioThreadStream stream, GATDataAllocationMode bufferAllocationMode ) : System |
The splitter will begin broadcasting it's sub streams immediately.
|
|
GetAudioThreadStream ( int index ) : IGATAudioThreadStream |
Method | Description | |
---|---|---|
Dispose ( bool explicitely ) : void |
Method | Description | |
---|---|---|
IGATAudioThreadStreamClient ( float data, int offset, bool isEmptyData, IGATAudioThreadStream stream ) : void |
protected Dispose ( bool explicitely ) : void | ||
explicitely | bool | |
return | void |
public GATAudioThreadStreamSplitter ( IGATAudioThreadStream stream, GATDataAllocationMode bufferAllocationMode ) : System | ||
stream | IGATAudioThreadStream | |
bufferAllocationMode | GATDataAllocationMode | |
return | System |
public GetAudioThreadStream ( int index ) : IGATAudioThreadStream | ||
index | int | |
return | IGATAudioThreadStream |