Click or drag to resize
XDL

XVideoIOOpenImageInVideo Method (XVideoChannel, String, String)

영상 파일을 열어서 단일 영상 프레임 비디오 채널에서 재생한다.

Namespace:  Pixoneer.NXDL.NXVideo
Assembly:  NXVideo (in NXVideo.dll) Version: 1.2.817.72
Syntax
C#
public bool OpenImageInVideo(
	XVideoChannel channel,
	string strImageFile,
	out string strError
)

Parameters

channel
Type: Pixoneer.NXDL.NXVideoXVideoChannel

[Missing <param name="channel"/> documentation for "M:Pixoneer.NXDL.NXVideo.XVideoIO.OpenImageInVideo(Pixoneer.NXDL.NXVideo.XVideoChannel,System.String,System.String@)"]

strImageFile
Type: SystemString
입력 영상 파일 경로.
strError
Type: SystemString
오류 보고 메시지.

Return Value

Type: Boolean
채널 영상 설정 성공 여부.
See Also