C# 클래스 CodeTV.GraphBuilderPlayer

상속: GraphBuilderBase, IPlayer
파일 보기 프로젝트 열기: dgis/CodeTV 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
Mpeg2ProgramVideo byte[]
filterSource IBaseFilter
isPossiblePlayerPause bool
isPossiblePlayerPlay bool
isPossiblePlayerStop bool
mpeg2Demux IBaseFilter

Private Properties

프로퍼티 타입 설명
IPlayer System.TimeSpan
IPlayer double
IPlayer void
IPlayer void
IPlayer void
UnRender void

공개 메소드들

메소드 설명
BuildGraph ( ) : void
GraphBuilderPlayer ( VideoControl renderingControl ) : System
OnGraphEnded ( ) : void
OnGraphStarted ( ) : void

보호된 메소드들

메소드 설명
AddMPEG2DemuxFilter ( ) : void
ConnectFilters ( ) : void
Decompose ( ) : void

비공개 메소드들

메소드 설명
IPlayer ( ) : System.TimeSpan
IPlayer ( ) : double
IPlayer ( ) : void
IPlayer ( System.TimeSpan position ) : void
IPlayer ( double rate ) : void
UnRender ( IPin pinOutOrigin ) : void

메소드 상세

AddMPEG2DemuxFilter() 보호된 메소드

protected AddMPEG2DemuxFilter ( ) : void
리턴 void

BuildGraph() 공개 메소드

public BuildGraph ( ) : void
리턴 void

ConnectFilters() 보호된 메소드

protected ConnectFilters ( ) : void
리턴 void

Decompose() 보호된 메소드

protected Decompose ( ) : void
리턴 void

GraphBuilderPlayer() 공개 메소드

public GraphBuilderPlayer ( VideoControl renderingControl ) : System
renderingControl VideoControl
리턴 System

OnGraphEnded() 공개 메소드

public OnGraphEnded ( ) : void
리턴 void

OnGraphStarted() 공개 메소드

public OnGraphStarted ( ) : void
리턴 void

프로퍼티 상세

Mpeg2ProgramVideo 보호되어 있는 정적으로 프로퍼티

protected static byte[] Mpeg2ProgramVideo
리턴 byte[]

filterSource 보호되어 있는 프로퍼티

protected IBaseFilter filterSource
리턴 IBaseFilter

isPossiblePlayerPause 보호되어 있는 프로퍼티

protected bool isPossiblePlayerPause
리턴 bool

isPossiblePlayerPlay 보호되어 있는 프로퍼티

protected bool isPossiblePlayerPlay
리턴 bool

isPossiblePlayerStop 보호되어 있는 프로퍼티

protected bool isPossiblePlayerStop
리턴 bool

mpeg2Demux 보호되어 있는 프로퍼티

protected IBaseFilter mpeg2Demux
리턴 IBaseFilter