IMFTrackedSample interface is available/allowed in UWP applications. The interface is a useful one when one implements a pool of samples and needs a notification when certain instance can be recycled. Use this interface to determine whether it is safe to delete or re-use the buffer contained in a sample. One object assigns itself as the…