Files
LPR_Manager/Inno.Common.Stubs/Inno/Rtsp/RawFramesDecoding/DecodedFrames/Video/IDecodedVideoFrame.cs
2026-02-03 11:33:58 +09:00

7 lines
114 B
C#

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