|
XVideoIOCreateFrameVideo Method
|
영상 한 장으로 구성되는 비디오를 생성한다. 제한된 수의 정지 영상을 동영상과 같이 취급하는 응용 프로그램에서 활용한다.
Namespace: Pixoneer.NXDL.NXVideoAssembly: NXVideo (in NXVideo.dll) Version: 2.0.3.38
Syntaxpublic XVideo CreateFrameVideo(
bool bMetadSupport
)
Parameters
- bMetadSupport Boolean
- 메타데이터 사용 여부 지정.
Return Value
XVideo 단일 영상 프레임 비디오 채널을 가지는 동영상 객체.
See Also