mirror of
https://github.com/BililiveRecorder/BililiveRecorder.git
synced 2024-12-26 20:26:00 +08:00
93781b2a56
(I guess)
8 lines
153 B
C#
8 lines
153 B
C#
namespace BililiveRecorder.Flv.Pipeline.Actions
|
|
{
|
|
public abstract class PipelineAction
|
|
{
|
|
public abstract PipelineAction Clone();
|
|
}
|
|
}
|