C# Класс CodeTV.CrossbarHelper

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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