Click or drag to resize
XDL

XVideoIOOpenURL(XVideoURLInfoRTSP, Int32, String) Method

RTSP 스트리밍 동영상을 연다.

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

Parameters

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

Return Value

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