Click or drag to resize
XDL

XVideoChannelIsPaused Method

비디오 채널이 멈춰있는 상태인지 재생 중인지를 확인한다.

Namespace: Pixoneer.NXDL.NXVideo
Assembly: NXVideo (in NXVideo.dll) Version: 2.0.3.38
Syntax
C#
public bool IsPaused()

Return Value

Boolean
비디오 채널이 생성되지 않았거나 멈춰 있으면 true, 재생 중이면 false.
See Also