|
XVideoIOOpenFile(String, String, String) Method
|
파일 경로를 지정하여 동영상을 연다.
Namespace: Pixoneer.NXDL.NXVideoAssembly: NXVideo (in NXVideo.dll) Version: 2.0.3.38
Syntaxpublic XVideo OpenFile(
string strFilePath,
string strDriverName,
out string strError
)
Parameters
- strFilePath String
- 동영상 파일 경로.
- strDriverName String
- 동영상을 여는데 사용할 비디오 드라이버 이름. (예, XFFMPDriver.dll에서 지원하는 XFFMPDRIVER)
- strError String
- [OUT] 오류 보고 메시지.
Return Value
XVideo 주어진 파일 경로에서 재생 가능 상태로 연 동영상 객체. 열기에 실패한 경우 null 값을 반환한다.
See Also