C# 클래스 CodeTV.GraphBuilderTV

상속: GraphBuilderBase, ITV
파일 보기 프로젝트 열기: dgis/CodeTV

보호된 프로퍼티들

프로퍼티 타입 설명
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