aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/Tango.Video/Delegates.cs
blob: dfda3ee601af28762011a42aa8cec04458445869 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
using Tango.Video.DirectShow.EventArguments;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Tango.Video.DirectShow.Delegates
{
    public delegate void FrameReceivedEventDelegate(object sender, FrameReceivedEventArgs args);

    public delegate void PlayerProgressEventDelegate(object sender, PlayerProgressEventArgs args);
}