World of Might and Magic  0.2.0
Open reimplementation of Might and Magic 6 7 8 game engine
Структура AVCPBProperties

#include <avcodec.h>

Открытые атрибуты

int max_bitrate
 
int64_t max_bitrate
 
int min_bitrate
 
int64_t min_bitrate
 
int avg_bitrate
 
int64_t avg_bitrate
 
int buffer_size
 
uint64_t vbv_delay
 

Подробное описание

This structure describes the bitrate properties of an encoded bitstream. It roughly corresponds to a subset the VBV parameters for MPEG-2 or HRD parameters for H.264/HEVC.

См. определение в файле avcodec.h строка 1128

Данные класса

◆ max_bitrate [1/2]

int AVCPBProperties::max_bitrate

Maximum bitrate of the stream, in bits per second. Zero if unknown or unspecified.

См. определение в файле avcodec.h строка 1134

◆ max_bitrate [2/2]

int64_t AVCPBProperties::max_bitrate

См. определение в файле avcodec.h строка 1136

◆ min_bitrate [1/2]

int AVCPBProperties::min_bitrate

Minimum bitrate of the stream, in bits per second. Zero if unknown or unspecified.

См. определение в файле avcodec.h строка 1143

◆ min_bitrate [2/2]

int64_t AVCPBProperties::min_bitrate

См. определение в файле avcodec.h строка 1145

◆ avg_bitrate [1/2]

int AVCPBProperties::avg_bitrate

Average bitrate of the stream, in bits per second. Zero if unknown or unspecified.

См. определение в файле avcodec.h строка 1152

◆ avg_bitrate [2/2]

int64_t AVCPBProperties::avg_bitrate

См. определение в файле avcodec.h строка 1154

◆ buffer_size

int AVCPBProperties::buffer_size

The size of the buffer to which the ratecontrol is applied, in bits. Zero if unknown or unspecified.

См. определение в файле avcodec.h строка 1161

◆ vbv_delay

uint64_t AVCPBProperties::vbv_delay

The delay between the time the packet this structure is associated with is received and the time when it should be decoded, in periods of a 27MHz clock.

UINT64_MAX when unknown or unspecified.

См. определение в файле avcodec.h строка 1170


Объявления и описания членов структуры находятся в файле: