This document provides an overview of the Processing Unit Resolver.
The Processing Unit Resolver streams and parses opaque data for audio and video codec plugins.
Processing Unit Resolver Library Details
The DLL that provides the functionality and the library to which your code must link is identified below.
The Processing Unit Resolver is part of the codec interface that supports both audio and video codecs and interacts with DevSound and DevVideo.
The processing unit (PU) is a component which supports multiple input and output ports and performs data processing from the input and output ports. The Processing Unit Resolver streams and parses opaque data from audio and video codec plugins to the Codec Resolver. For more information, see Codec Resolver Overview.
The functionality provided by the Processing Unit Resolver is contained in the following classes:
CCodecApiResolverData - streaming class.
CCodecApiOpaqueData - audio parsing class.
CCodecApiVideoOpaqueData - video parsing class.
You can use the Processing Unit Resolver to: