15 lines
190 B
C#
15 lines
190 B
C#
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;
|
|
}
|