Beispiel #1
0
 public static extern bool NET_DVR_PlayBackControl(int lPlayHandle, NetDvrPlayBackControlCode controlCode, uint inValue, ref uint outValue);
Beispiel #2
0
        public void PlayBackControl(NetDvrPlayBackControlCode controlCode)
        {
            uint outValue = 0;

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