C++ Summary
We’ve covered the basics of the C++ API
- C++ API is very different than the C API, but DRM classes and structures are the same for both, so code will be structured very similarly.
- C++ API handles a lot of memory management issues that you have to worry about with the C API
- C++ API has uses exception handling rather than return codes for error conditions.
C++ API will be released with the upcoming SEDRIS 4.0 SDK release.