Click or drag to resize
XDL

XMosaicLocalSetEncoderSetInputTrim Method

여백 제거를 위해 입력 동영상 테두리를 자르는 크기를 설정한다.

Namespace: Pixoneer.NXDL.NXVideo
Assembly: NXVideo (in NXVideo.dll) Version: 2.0.3.38
Syntax
C#
public void SetInputTrim(
	int left,
	int right,
	int top,
	int bottom
)

Parameters

left  Int32
왼쪽 자르는 크기.
right  Int32
오른쪽 자르는 크기.
top  Int32
위쪽 자르는 크기.
bottom  Int32
아래쪽 자르는 크기.
See Also