 | XVideoIOOpenURL Method (String, Int32, XVideoFormatParam, String, String) |
프로토콜, 주소, 선택사항 등으로 구성된 URL 문자열과 입력 동영상 정보로부터 동영상을 연다.
Namespace:
Pixoneer.NXDL.NXVideo
Assembly:
NXVideo (in NXVideo.dll) Version: 1.2.817.72
Syntaxpublic XVideo OpenURL(
string strURL,
int timeout,
XVideoFormatParam param,
string strDriverName,
out string strError
)
Parameters
- strURL
- Type: SystemString
URL 문자열. - timeout
- Type: SystemInt32
밀리초 단위로 주어지는 동영상 열기 시간 제한.
시간 제한 없이 동영상을 열려면 -1을 입력한다. - param
- Type: Pixoneer.NXDL.NXVideoXVideoFormatParam
[Missing <param name="param"/> documentation for "M:Pixoneer.NXDL.NXVideo.XVideoIO.OpenURL(System.String,System.Int32,Pixoneer.NXDL.NXVideo.XVideoFormatParam,System.String,System.String@)"]
- strDriverName
- Type: SystemString
동영상을 여는데 사용할 비디오 드라이버 이름. (예, XFFMPDriver.dll에서 지원하는 XFFMPDRIVER) - strError
- Type: SystemString
[OUT] 오류 보고 메시지.
Return Value
Type:
XVideo 입력 정보로부터 재생 가능 상태로 연 동영상 객체. 열기에 실패한 경우 null 값을 반환한다.
See Also