9 lines
141 B
C#
9 lines
141 B
C#
using System.Runtime.InteropServices;
|
|
|
|
namespace FFmpeg.AutoGen;
|
|
|
|
[StructLayout(LayoutKind.Sequential, Size = 1)]
|
|
public struct AVBPrint
|
|
{
|
|
}
|