C# Class 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.
Inheritance: DirectX.Capture.Source
Afficher le fichier Open project: RejectKid/MTG-Scanner Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void

Release unmanaged resources.

Private Methods

Méthode Description
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.

Method Details

Dispose() public méthode

Release unmanaged resources.
public Dispose ( ) : void
Résultat void