Property | Type | Description | |
---|---|---|---|
trace | TraceSwitch |
Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
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 |
public CrossbarHelper ( IPin startingVideoInputPin ) : System | ||
startingVideoInputPin | IPin | |
return | System |
public GetAudioInputName ( int index ) : string | ||
index | int | |
return | string |
public GetAudioInputType ( int index ) : PhysicalConnectorType | ||
index | int | |
return | PhysicalConnectorType |
public GetVideoInputName ( int index ) : string | ||
index | int | |
return | string |
public GetVideoInputType ( int index ) : PhysicalConnectorType | ||
index | int | |
return | PhysicalConnectorType |
public SetAudioInput ( string inputName, bool setRelated ) : void | ||
inputName | string | |
setRelated | bool | |
return | void |
public SetAudioInputIndex ( int index, bool setRelated ) : void | ||
index | int | |
setRelated | bool | |
return | void |
public SetVideoInput ( string inputName, bool setRelated ) : void | ||
inputName | string | |
setRelated | bool | |
return | void |
public SetVideoInputIndex ( int index, bool setRelated ) : void | ||
index | int | |
setRelated | bool | |
return | void |
public StringFromPinType ( PhysicalConnectorType type ) : string | ||
type | PhysicalConnectorType | |
return | string |