Fe2_codec_h264, Fe2_h264_bitrate, Typedefs – Google Flix Engine Linux Reference Manual User Manual

Page 42: Enumerations, 3 define documentation

Advertising
background image

36

Flix Engine Linux Module Documentation

• #define

FE2_H264_RC_MODE

Alias for

FE2_VCODECPARAM_RC_MODE

.

• #define

FE2_H264_PROFILE

Codec parameter for encoding profile.

• #define

FE2_H264_B_FRAME_RATE

Codec parameter for B frame rate.

• #define

FE2_H264_SPEED

Controls frame analysis, affecting encoder speed and inversely output quality.

Typedefs

• typedef enum

h264profile h264profile_t

Valid profiles for use with the

FE2_H264_PROFILE

parameter.

Enumerations

• enum

h264profile

{

BASE_H264PROFILE

,

MAIN_H264PROFILE

,

HIGH_H264PROFILE

}

Valid profiles for use with the

FE2_H264_PROFILE

parameter.

5.11.3

Define Documentation

5.11.3.1

#define FE2_CODEC_H264

Codec name for use with

Flix2_AddCodec()

.

Attention:

Both width and height MUST be multiples of 4

Definition at line 57 of file h264.h.

5.11.3.2

#define FE2_H264_B_FRAME_RATE

Codec parameter for B frame rate.

Specifies number of B frames between I/P and next P frame.

Note:

Default: 0

Definition at line 102 of file h264.h.

Generated on Tue Jul 20 17:39:03 2010 for Flix Engine Linux by Doxygen

Advertising