C# Класс CodeTV.GraphBuilderTV

Наследование: GraphBuilderBase, ITV
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
captureGraphBuilder ICaptureGraphBuilder2
currentChannel Channel

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

Метод Описание
BuildGraph ( ) : void
GetSignalStatistics ( bool &locked, bool &present, int &strength, int &quality ) : bool
GraphBuilderTV ( VideoControl renderingControl ) : System
NeedToRebuildTheGraph ( Channel newChannel ) : bool
SubmitTuneRequest ( Channel channel ) : void

Защищенные методы

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

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

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

public BuildGraph ( ) : void
Результат void

Decompose() защищенный Метод

protected Decompose ( ) : void
Результат void

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

public GetSignalStatistics ( bool &locked, bool &present, int &strength, int &quality ) : bool
locked bool
present bool
strength int
quality int
Результат bool

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

public GraphBuilderTV ( VideoControl renderingControl ) : System
renderingControl VideoControl
Результат System

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

public NeedToRebuildTheGraph ( Channel newChannel ) : bool
newChannel Channel
Результат bool

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

public SubmitTuneRequest ( Channel channel ) : void
channel Channel
Результат void

Описание свойств

captureGraphBuilder защищенное свойство

protected ICaptureGraphBuilder2 captureGraphBuilder
Результат ICaptureGraphBuilder2

currentChannel защищенное свойство

protected Channel,CodeTV currentChannel
Результат Channel