Exemple #1
0
        public void PlayBackControl(NetDvrPlayBackControlCode controlCode)
        {
            uint outValue = 0;

            OfficalAPI.NET_DVR_PlayBackControl(_playHandle, controlCode, 0, ref outValue);
        }