mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2025-12-14 10:05:44 +00:00
The two constructors were causing issues with ambiguous method calls but are a good idea, so this is more of a workaround. Error message: The call is ambiguous between the following methods or properties: 'FFMpegCore.Pipes.RawVideoPipeSource.RawVideoPipeSource(System.Collections.Generic.IEnumerator<FFMpegCore.Pipes.IVideoFrame>)' and 'FFMpegCore.Pipes.RawVideoPipeSource.RawVideoPipeSource(System.Collections.Generic.IEnumerable<FFMpegCore.Pipes.IVideoFrame>)' |
||
|---|---|---|
| .. | ||
| IAudioSample.cs | ||
| IPipeSink.cs | ||
| IPipeSource.cs | ||
| IVideoFrame.cs | ||
| PipeHelpers.cs | ||
| RawAudioPipeSource.cs | ||
| RawVideoPipeSource.cs | ||
| StreamPipeSink.cs | ||
| StreamPipeSource.cs | ||