C# 클래스 GAudio.GATAudioThreadStreamSplitter

Splits a multi channel input stream in as many mono output streams.
상속: IGATAudioThreadStreamClient, IGATAudioThreadStreamOwner, IDisposable
파일 보기 프로젝트 열기: gregzo/G-Audio 1 사용 예제들

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
Dispose ( bool explicitely ) : void

비공개 메소드들

메소드 설명
IGATAudioThreadStreamClient ( float data, int offset, bool isEmptyData, IGATAudioThreadStream stream ) : void

메소드 상세

Dispose() 공개 메소드

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.
public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool explicitely ) : void
explicitely bool
리턴 void

GATAudioThreadStreamSplitter() 공개 메소드

The splitter will begin broadcasting it's sub streams immediately.
public GATAudioThreadStreamSplitter ( IGATAudioThreadStream stream, GATDataAllocationMode bufferAllocationMode ) : System
stream IGATAudioThreadStream
bufferAllocationMode GATDataAllocationMode
리턴 System

GetAudioThreadStream() 공개 메소드

public GetAudioThreadStream ( int index ) : IGATAudioThreadStream
index int
리턴 IGATAudioThreadStream