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
파일 보기 프로젝트 열기: RejectKid/MTG-Scanner 1 사용 예제들

공개 메소드들

메소드 설명
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