C# 클래스 CodeTV.CrossbarHelper

파일 보기 프로젝트 열기: dgis/CodeTV 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
trace TraceSwitch

공개 메소드들

메소드 설명
CrossbarHelper ( IPin startingVideoInputPin ) : System
Dispose ( ) : void
GetAudioInput ( ) : string
GetAudioInputCount ( ) : int
GetAudioInputIndex ( ) : int
GetAudioInputName ( int index ) : string
GetAudioInputType ( int index ) : PhysicalConnectorType
GetVideoInput ( ) : string
GetVideoInputCount ( ) : int
GetVideoInputIndex ( ) : int
GetVideoInputName ( int index ) : string
GetVideoInputType ( int index ) : PhysicalConnectorType
SetAudioInput ( string inputName, bool setRelated ) : void
SetAudioInputIndex ( int index, bool setRelated ) : void
SetVideoInput ( string inputName, bool setRelated ) : void
SetVideoInputIndex ( int index, bool setRelated ) : void
StringFromPinType ( PhysicalConnectorType type ) : string

비공개 메소드들

메소드 설명
BuildRoutingList ( IPin startingInputPin, Routing routing, int depth ) : int
DestroyRoutingList ( ) : void
GetCrossbarPinAtIndex ( IAMCrossbar crossbar, int pinIndex, bool isInputPin, IPin &pin ) : int
SaveRouting ( Routing routingNew, bool audioList ) : int

메소드 상세

CrossbarHelper() 공개 메소드

public CrossbarHelper ( IPin startingVideoInputPin ) : System
startingVideoInputPin IPin
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetAudioInput() 공개 메소드

public GetAudioInput ( ) : string
리턴 string

GetAudioInputCount() 공개 메소드

public GetAudioInputCount ( ) : int
리턴 int

GetAudioInputIndex() 공개 메소드

public GetAudioInputIndex ( ) : int
리턴 int

GetAudioInputName() 공개 메소드

public GetAudioInputName ( int index ) : string
index int
리턴 string

GetAudioInputType() 공개 메소드

public GetAudioInputType ( int index ) : PhysicalConnectorType
index int
리턴 PhysicalConnectorType

GetVideoInput() 공개 메소드

public GetVideoInput ( ) : string
리턴 string

GetVideoInputCount() 공개 메소드

public GetVideoInputCount ( ) : int
리턴 int

GetVideoInputIndex() 공개 메소드

public GetVideoInputIndex ( ) : int
리턴 int

GetVideoInputName() 공개 메소드

public GetVideoInputName ( int index ) : string
index int
리턴 string

GetVideoInputType() 공개 메소드

public GetVideoInputType ( int index ) : PhysicalConnectorType
index int
리턴 PhysicalConnectorType

SetAudioInput() 공개 메소드

public SetAudioInput ( string inputName, bool setRelated ) : void
inputName string
setRelated bool
리턴 void

SetAudioInputIndex() 공개 메소드

public SetAudioInputIndex ( int index, bool setRelated ) : void
index int
setRelated bool
리턴 void

SetVideoInput() 공개 메소드

public SetVideoInput ( string inputName, bool setRelated ) : void
inputName string
setRelated bool
리턴 void

SetVideoInputIndex() 공개 메소드

public SetVideoInputIndex ( int index, bool setRelated ) : void
index int
setRelated bool
리턴 void

StringFromPinType() 공개 메소드

public StringFromPinType ( PhysicalConnectorType type ) : string
type PhysicalConnectorType
리턴 string

프로퍼티 상세

trace 공개적으로 정적으로 프로퍼티

public static TraceSwitch trace
리턴 TraceSwitch