Location:
H263.h
class TH263VideoCapability;
This class is used to signal decoder or encoder capabilities or bitstream properties.
Defined in TH263VideoCapability
:
iPLUSPTYPEAllowed
, iProfileLevel
, iSupplementalInformationCap
TInt iProfileLevel;
When part of a codec capability indication, iProfileLevel[ProfileNumber] indicates the maximum processing level that a decoder or an encoder supports for a particular profile indicated by ProfileNumber. A negative value indicates that the profile is not supported. When part of a stream property indication, iProfileLevel[ProfileNumber] indicates the maximum processing level that is present in the stream for a particular profile indicated by ProfileNumber. A negative value indicates that the stream does not contain data coded according to the indicated profile.
TBool iPLUSPTYPEAllowed;
When equal to ETrue, indicating that it is allowed to use PLUSPTYPE (specified in the 1998 version of H.263) to indicate custom picture sizes or clock frequencies. When equal to EFalse, PLUSPTYPE shall not be used.
TUint32 iSupplementalInformationCap;
iSupplementalInformationCap indicates the supported supplemental enhancement functions. The value is a binary OR of values from TH263SupplementalInformation.