Click or drag to resize
XDL

XMosaicLocalSetEncoder Class

사용자 정의 모자이크 메타데이터 인코더.
Inheritance Hierarchy
SystemObject
  Pixoneer.NXDL.NXVideoXMosaicLocalSetEncoder

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

The XMosaicLocalSetEncoder type exposes the following members.

Constructors
 NameDescription
Public methodXMosaicLocalSetEncoder 기본 생성자.
Top
Methods
 NameDescription
Public methodDispose 
Public methodEncodePacket(XFrameMosaicParams, Byte) 입력 동영상 모자이크 파라미터와 테두리 설정을 모자이크 메타데이터로 인코딩한다.
Public methodEncodePacket(XFrameMosaicParams, Int32, Byte) 입력 동영상 모자이크 파라미터와 테두리 설정을 모자이크 메타데이터로 인코딩한다.
Public methodSetInputTrim 여백 제거를 위해 입력 동영상 테두리를 자르는 크기를 설정한다.
Top
See Also