C# Class CodeTV.GraphBuilderTV

Inheritance: GraphBuilderBase, ITV
Show file Open project: dgis/CodeTV

Protected Properties

Property Type Description
captureGraphBuilder ICaptureGraphBuilder2
currentChannel Channel

Public Methods

Method 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

Protected Methods

Method Description
Decompose ( ) : void

Method Details

BuildGraph() public method

public BuildGraph ( ) : void
return void

Decompose() protected method

protected Decompose ( ) : void
return void

GetSignalStatistics() public method

public GetSignalStatistics ( bool &locked, bool &present, int &strength, int &quality ) : bool
locked bool
present bool
strength int
quality int
return bool

GraphBuilderTV() public method

public GraphBuilderTV ( VideoControl renderingControl ) : System
renderingControl VideoControl
return System

NeedToRebuildTheGraph() public method

public NeedToRebuildTheGraph ( Channel newChannel ) : bool
newChannel Channel
return bool

SubmitTuneRequest() public method

public SubmitTuneRequest ( Channel channel ) : void
channel Channel
return void

Property Details

captureGraphBuilder protected property

protected ICaptureGraphBuilder2 captureGraphBuilder
return ICaptureGraphBuilder2

currentChannel protected property

protected Channel,CodeTV currentChannel
return Channel