mirror of
https://github.com/BililiveRecorder/BililiveRecorder.git
synced 2024-12-26 04:05:38 +08:00
7 lines
150 B
C#
7 lines
150 B
C#
|
using System.Threading.Tasks;
|
||
|
|
||
|
namespace BililiveRecorder.Flv.Pipeline
|
||
|
{
|
||
|
public delegate Task ProcessingDelegate(FlvProcessingContext context);
|
||
|
}
|