Click or drag to resize
XDL

NXVideoViewRefreshInterval Property

동영상 재생과 무관하게 화면을 갱신하는 기간 간격을 밀리초 지정한다. 비디오뷰 쓰레드에서 렌더 콜백 함수가 불리므로 재생 상태 확인 등에 활용할 수 있다.

Namespace:  Pixoneer.NXDL.NXVideo
Assembly:  NXVideo (in NXVideo.dll) Version: 1.2.817.72
Syntax
C#
public uint RefreshInterval { set; }

Property Value

Type: UInt32
See Also