beautypg.com

Mpeg_config struct reference – Sensoray 2246 User Manual

Page 14

background image

MPEG_CONFIG Struct Reference

#include

Public Attributes

int mpeg

int bitrate

int vbr

int max_vbr_bitrate

int framerate

Detailed Description

MPEG_CONFIG specifies the mpeg encoding parameters

Parameters:

mpeg mpeg type, 1 2 or 4
bitrate desired bitrate
vbr variable bitrate flag (0--constant bitrate, 1 VBR)
max_vbr_bitrate peak bitrate if using VBR
framecurrent current framerate (use value in mid2246const.h)

Member Data Documentation

int MPEG_CONFIG::bitrate

int MPEG_CONFIG::framerate

int MPEG_CONFIG::max_vbr_bitrate

int MPEG_CONFIG::mpeg

int MPEG_CONFIG::vbr

The documentation for this struct was generated from the following file:

C:/quartet/mid-2246/code/mid2246const.h

14