C# Class CodeTV.GraphBuilderTV

Inheritance: GraphBuilderBase, ITV
Afficher le fichier Open project: dgis/CodeTV

Protected Properties

Свойство Type Description
captureGraphBuilder ICaptureGraphBuilder2
currentChannel Channel

Méthodes publiques

Méthode Description
BuildGraph ( ) : void
GetSignalStatistics ( bool &locked, bool &present, int &strength, int &quality ) : bool
GraphBuilderTV ( VideoControl renderingControl ) : System
NeedToRebuildTheGraph ( Channel newChannel ) : bool
SubmitTuneRequest ( Channel channel ) : void

Méthodes protégées

Méthode Description
Decompose ( ) : void

Method Details

BuildGraph() public méthode

public BuildGraph ( ) : void
Résultat void

Decompose() protected méthode

protected Decompose ( ) : void
Résultat void

GetSignalStatistics() public méthode

public GetSignalStatistics ( bool &locked, bool &present, int &strength, int &quality ) : bool
locked bool
present bool
strength int
quality int
Résultat bool

GraphBuilderTV() public méthode

public GraphBuilderTV ( VideoControl renderingControl ) : System
renderingControl VideoControl
Résultat System

NeedToRebuildTheGraph() public méthode

public NeedToRebuildTheGraph ( Channel newChannel ) : bool
newChannel Channel
Résultat bool

SubmitTuneRequest() public méthode

public SubmitTuneRequest ( Channel channel ) : void
channel Channel
Résultat void

Property Details

captureGraphBuilder protected_oe property

protected ICaptureGraphBuilder2 captureGraphBuilder
Résultat ICaptureGraphBuilder2

currentChannel protected_oe property

protected Channel,CodeTV currentChannel
Résultat Channel