Click or drag to resize
XDL

XVideoIOCreateFrameVideo Method

영상 한 장으로 구성되는 비디오를 생성한다. 제한된 수의 정지 영상을 동영상과 같이 취급하는 응용 프로그램에서 활용한다.

Namespace:  Pixoneer.NXDL.NXVideo
Assembly:  NXVideo (in NXVideo.dll) Version: 1.2.817.72
Syntax
C#
public XVideo CreateFrameVideo(
	bool bMetadSupport
)

Parameters

bMetadSupport
Type: SystemBoolean
메타데이터 사용 여부 지정.

Return Value

Type: XVideo
단일 영상 프레임 비디오 채널을 가지는 동영상 객체.
See Also