Click or drag to resize
XDL

XVideoFrameFilter Class

동영상 프레임 필터 처리기를 정의한다.
Inheritance Hierarchy
SystemObject
  Pixoneer.NXDL.NXVideoXVideoFrameFilter

Namespace: Pixoneer.NXDL.NXVideo
Assembly: NXVideo (in NXVideo.dll) Version: 2.0.3.38
Syntax
C#
public abstract class XVideoFrameFilter : IDisposable

The XVideoFrameFilter type exposes the following members.

Constructors
 NameDescription
Public methodXVideoFrameFilter XVideoFrameFilter클래스의 기본 생성자로서, 내부 멤버 변수의 초기화를 수행한다.
Top
Properties
 NameDescription
Public propertyBypass 필터 처리를 하지 않고 프레임을 바로 전달하는 우회 모드 설정
Top
Methods
 NameDescription
Public methodCleanUp 필터 객체가 소멸할 때 필터 내부 데이터 정리와 같은 처리를 정의한다.
Public methodFilterProcess 필터 처리를 정의한다.
Public methodSetVideoChannel 필터를 적용할 동영상 채널을 설정한다. dl 메소드는 채널에 필터를 추가할 때 자동으로 불린다.
Top
See Also