13 lines
130 B
C#
13 lines
130 B
C#
namespace FFmpeg.AutoGen;
|
|
|
|
public struct AVDeviceRect
|
|
{
|
|
public int x;
|
|
|
|
public int y;
|
|
|
|
public int width;
|
|
|
|
public int height;
|
|
}
|