custom_video_enc_setting.h 1.84 KB
/*****************************************************************************
 * Filename:
 * ---------
 * custom_video_enc_setting.h
 *
 * Project:
 * --------
 *   MAUI
 *
 * Description:
 * ------------
 *   This file is to be included by the file with the implementaton of frame
 *   rate table.
 *
 * Author:
 * -------
 * -------
 *
 *============================================================================
 *             HISTORY
 * Below this line, this part is controlled by PVCS VM. DO NOT MODIFY!!
 *------------------------------------------------------------------------------
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 * removed!
 * removed!
 * removed!
 *
 *
 *------------------------------------------------------------------------------
 * Upper this line, this part is controlled by PVCS VM. DO NOT MODIFY!!
 *============================================================================
****************************************************************************/

#ifndef CUSTOM_VIDEO_ENC_SETTING_H
#define CUSTOM_VIDEO_ENC_SETTING_H

#include "custom_video_enc_setting_matv_customer.h"
#include "custom_video_enc_setting_mjpeg_customer.h"
#include "custom_video_enc_setting_mpeg4_customer.h"
#include "custom_video_enc_setting_h264_customer.h"
#include "custom_video_enc_setting_vt_customer.h"

#include "custom_video_enc_setting_matv.h"
#include "custom_video_enc_setting_mjpeg.h"
#include "custom_video_enc_setting_mpeg4.h"
#include "custom_video_enc_setting_h264.h"
#include "custom_video_enc_setting_vt.h"

// The following file contains the default setting used when no table entry
// matches the search criteria specified by user.
#include "custom_video_enc_setting_default.h"


#endif  // CUSTOM_VIDEO_ENC_SETTING_H