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