C# Класс DirectX.Capture.CrossbarSource

Represents a physical connector or source on an audio/video device. This class is used on filters that support the IAMCrossbar interface such as TV Tuners.
Наследование: DirectX.Capture.Source
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Dispose ( ) : void

Release unmanaged resources.

Приватные методы

Метод Описание
CrossbarSource ( IAMCrossbar crossbar, int outputPin, int inputPin, PhysicalConnectorType connectorType ) : System

Constructor. This class cannot be created directly.

getName ( PhysicalConnectorType connectorType ) : string

Retrieve the friendly name of a connectorType.

Описание методов

Dispose() публичный Метод

Release unmanaged resources.
public Dispose ( ) : void
Результат void