Click or drag to resize
XDL

XMosaicLocalSetDecoder Class

사용자 정의 모자이크 메타데이터 해석기(디코더).
Inheritance Hierarchy
SystemObject
  Pixoneer.NXDL.NXVideoXMosaicLocalSetDecoder

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

The XMosaicLocalSetDecoder type exposes the following members.

Constructors
 NameDescription
Public methodXMosaicLocalSetDecoder 기본 생성자.
Top
Properties
 NameDescription
Public propertyInputTrimBottom 여백 제거를 위해 입력 동영상 프레임 아래쪽을 자르는 크기.
Public propertyInputTrimLeft 여백 제거를 위해 입력 동영상 프레임 왼쪽을 자르는 크기.
Public propertyInputTrimRight 여백 제거를 위해 입력 동영상 프레임 오른쪽을 자르는 크기.
Public propertyInputTrimTop 여백 제거를 위해 입력 동영상 프레임 위쪽을 자르는 크기.
Top
Methods
 NameDescription
Public methodDecode 모자이크 메타데이터를 해석한다.
Public methodDispose 
Top
See Also