Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <H263.h>
This item is not part of the S60 5th Edition SDK

Class TH263HrdParams

class TH263HrdParams;

Description

H.263 HRD parameters.

Members

Defined in TH263HrdParams:


Member data


iAnnexXConstraints

TBool iAnnexXConstraints;

Description

When iAnnexXConstraints is equal to EFalse, iBPPmaxKb, iB, and iRmax indicate the values of HRD parameters. When iAnnexXConstraints is equal to ETrue, the values of iBPPmaxKb, iB, and iRmax in this class are ignored but rather their values are specified in Annex X of ITU-T Recommendation H.263.


iBPPmaxKb

TUint iBPPmaxKb;

Description

Signals the BPPmaxKb parameter of H.263. As specified in ITU-T Recommendation H.263. The number of bits created by coding any single picture shall not exceed a maximum value specified by the parameter BPPmaxKb that is measured in units of 1024 bits. The minimum value of BPPmaxKb is specified in Table 1 of ITU-T Recommendation H.263.


iB

TUint iB;

Description

Signals the B parameter of H.263 Annex B. As specified in Annex B of ITU-T Recommendation H.263. The value of B shall be equal to or greater than 4 * Rmax / PCF, where PCF is the picture clock frequency specified in subclause 5.1.7 of ITU-T Recommendation H.263. The HRD receiving buffer size is equal to (B + BPPmaxKb * 1024 bits).


iRmax

TUint iRmax;

Description

Signals the maximum video bit rate in bits per second, i.e., the Rmax parameter of H.263 Annex B.