Programming Guide

This chapter describes the concepts used in programming with oneVPL.

The application must use the include file mfxvideo.h for C/C++ programming and link the oneVPL dispatcher library libmfx.so.

Include these files:

#include "mfxvideo.h"    /* oneVPL include file */

Link this library:

libmfx.so                /* oneVPL dynamic dispatcher library (Linux\*) */