C# 클래스 JackSharp.Client

Base class for JackClients.
상속: IDisposable
파일 보기 프로젝트 열기: residuum/JackSharp 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
Name string

공개 메소드들

메소드 설명
Dispose ( ) : void

보호된 메소드들

메소드 설명
BaseOpen ( bool startServer ) : ClientStatus
Client ( string name ) : System
Close ( ) : void
Dispose ( bool isDisposing ) : void
GetAllJackPorts ( ) : List
InvokeNotAvaible ( string eventName ) : void
PortListFromPointer ( IntPtr initialPorts ) : List
Start ( bool startServer ) : bool
Stop ( ) : bool
WireUpBaseCallbacks ( ) : void

비공개 메소드들

메소드 설명
MapPort ( string portName ) : PortReference
OnBufferSizeChange ( uint nframes, IntPtr arg ) : int
OnJackXrun ( IntPtr args ) : int
OnSampleRateChange ( uint nframes, IntPtr arg ) : int
OnShutdown ( IntPtr args ) : void
Open ( bool startServer ) : bool
SetUpBaseCallbacks ( ) : void

메소드 상세

BaseOpen() 보호된 메소드

protected BaseOpen ( bool startServer ) : ClientStatus
startServer bool
리턴 ClientStatus

Client() 보호된 메소드

protected Client ( string name ) : System
name string
리턴 System

Close() 보호된 메소드

protected Close ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

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

GetAllJackPorts() 보호된 메소드

protected GetAllJackPorts ( ) : List
리턴 List

InvokeNotAvaible() 보호된 메소드

protected InvokeNotAvaible ( string eventName ) : void
eventName string
리턴 void

PortListFromPointer() 보호된 메소드

protected PortListFromPointer ( IntPtr initialPorts ) : List
initialPorts System.IntPtr
리턴 List

Start() 보호된 메소드

protected Start ( bool startServer ) : bool
startServer bool
리턴 bool

Stop() 보호된 메소드

protected Stop ( ) : bool
리턴 bool

WireUpBaseCallbacks() 보호된 메소드

protected WireUpBaseCallbacks ( ) : void
리턴 void

프로퍼티 상세

Name 보호되어 있는 프로퍼티

protected string Name
리턴 string