Media (Intel® 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
Announcements
The Intel Media SDK project is no longer active. For continued support and access to new features, Intel Media SDK users are encouraged to read the transition guide on upgrading from Intel® Media SDK to Intel® Video Processing Library (VPL), and to move to VPL as soon as possible.
For more information, see the VPL website.

question on mfxVersion

MyMother
Beginner
322 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
322 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