Files
SuperVPN/output/Libraries/FFmpeg.AutoGen/FFmpeg/AutoGen/AVProfile.cs
2025-10-09 09:57:24 +09:00

9 lines
105 B
C#

namespace FFmpeg.AutoGen;
public struct AVProfile
{
public int profile;
public unsafe sbyte* name;
}