Files
2026-02-03 11:33:58 +09:00

7 lines
114 B
C#

namespace Inno.Rtsp.RawFramesDecoding.DecodedFrames.Video
{
public interface IDecodedVideoFrame
{
}
}