Click or drag to resize
XDL

XVideoIOOpenURL Method (XVideoURLInfo, Int32, String)

URL 정보로부터 동영상을 연다.

Namespace:  Pixoneer.NXDL.NXVideo
Assembly:  NXVideo (in NXVideo.dll) Version: 1.2.817.72
Syntax
C#
public XVideo OpenURL(
	XVideoURLInfo urlInfo,
	int timeout,
	out string strError
)

Parameters

urlInfo
Type: Pixoneer.NXDL.NXVideoXVideoURLInfo
URL 정보 구조체.
timeout
Type: SystemInt32
밀리초 단위로 주어지는 동영상 열기 시간 제한. 시간 제한 없이 동영상을 열려면 -1을 입력한다.
strError
Type: SystemString
[OUT] 오류 보고 메시지.

Return Value

Type: XVideo
URL 정보로부터 재생 가능 상태로 연 동영상 객체. 열기에 실패한 경우 null 값을 반환한다.
See Also