7 lines
114 B
C#
7 lines
114 B
C#
namespace Inno.Rtsp.RawFramesDecoding.DecodedFrames.Video
|
|
{
|
|
public interface IDecodedVideoFrame
|
|
{
|
|
}
|
|
}
|