Media (Intel® oneAPI Video Processing Library, Intel Media SDK)
Access community support with transcoding, decoding, and encoding in applications using media tools like Intel® oneAPI Video Processing Library and Intel® Media SDK

question on mfxVersion

MyMother
Beginner
215 Views

hello Intel-giant,

   I have a question in mediasdk-tutorials-0.0.3. I found something below in simple_1_session/src/simple_session.cpp

    // If more recent API features are needed, change the version accordingly
    mfxIMPL impl = options.values.impl;
    mfxVersion ver = { {0, 1} };

   Q1. Is there any document or release note to describe the modifications among these mfxVersions ?? 

 

0 Kudos
1 Reply
Surbhi_M_Intel
Employee
215 Views

Hi Medwin, 

You can find the documentation related to Media Server Studio or Media SDK client at https://software.intel.com/en-us/intel-media-server-studio-support/documentation
To get more info about the API version and the features that got added/deprecated in API version, please check Media SDK Manual.

Let us know, if you have any more questions on the documentation or Media SDK in general.

Thanks,
Surbhi

0 Kudos
Reply