init commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
namespace FFmpeg.AutoGen;
|
||||
|
||||
public struct AVCPBProperties
|
||||
{
|
||||
public int max_bitrate;
|
||||
|
||||
public int min_bitrate;
|
||||
|
||||
public int avg_bitrate;
|
||||
|
||||
public int buffer_size;
|
||||
|
||||
public ulong vbv_delay;
|
||||
}
|
||||
Reference in New Issue
Block a user