using System.Threading.Tasks; namespace BililiveRecorder.Flv.Pipeline { public delegate Task ProcessingDelegate(FlvProcessingContext context); }