init commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
namespace FFmpeg.AutoGen;
|
||||
|
||||
public struct AVDeviceRect
|
||||
{
|
||||
public int x;
|
||||
|
||||
public int y;
|
||||
|
||||
public int width;
|
||||
|
||||
public int height;
|
||||
}
|
||||
Reference in New Issue
Block a user