Click or drag to resize
XDL

XVideoProgramInfo(Int32, Int32) Constructor

생성자. 프로그램 ID는 1, 비디오 스트림 ID와 메타데이터 스트림 ID를 설정한다. 오디오 스트림 ID는 -1값으로 설정된다.

Namespace: Pixoneer.NXDL.NXVideo
Assembly: NXVideo (in NXVideo.dll) Version: 3.0.0.0
Syntax
C#
public XVideoProgramInfo(
	int videoID,
	int metadID
)

Parameters

videoID  Int32
비디오 스트림 식별자.
metadID  Int32
메타데이터 스트림 식별자.
See Also