C# 클래스 SoundLibrary.Pipe.Pipe

キューの間に入って処理を行うパイプ。
파일 보기 프로젝트 열기: ufcpp/UfcppSample

보호된 프로퍼티들

프로퍼티 타입 설명
input Queue
output Queue

공개 메소드들

메소드 설명
Flush ( ) : void

キューの間に処理なしで、とにかく input 内のデータをフラッシュする。

Pipe ( Queue input, Queue output ) : System
Process ( ) : void

input キューと output キューの間に挟む処理。 デフォルトは素通し。

메소드 상세

Flush() 공개 메소드

キューの間に処理なしで、とにかく input 内のデータをフラッシュする。
public Flush ( ) : void
리턴 void

Pipe() 공개 메소드

public Pipe ( Queue input, Queue output ) : System
input Queue
output Queue
리턴 System

Process() 공개 메소드

input キューと output キューの間に挟む処理。 デフォルトは素通し。
public Process ( ) : void
리턴 void

프로퍼티 상세

input 보호되어 있는 프로퍼티

protected Queue,SoundLibrary.Pipe input
리턴 Queue

output 보호되어 있는 프로퍼티

protected Queue,SoundLibrary.Pipe output
리턴 Queue