refactor
This commit is contained in:
parent
2d6a6bd3a1
commit
d80e723b94
28 changed files with 1801 additions and 352 deletions
|
|
@ -13,6 +13,7 @@ public class FramePipeline : IDisposable
|
|||
public IScreenCapture Capture => _capture;
|
||||
|
||||
public void AddConsumer(IFrameConsumer consumer) => _consumers.Add(consumer);
|
||||
public void RemoveConsumer(IFrameConsumer consumer) => _consumers.Remove(consumer);
|
||||
|
||||
/// <summary>
|
||||
/// Capture one frame, dispatch to all consumers in parallel, then dispose frame.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue