Load Component

The following items correspond to the steps in Figure :

  1. The OMX_GetHandle call loads the component library dynamically and initializes the component as (2) in the following diagram.
  2. Callback events are set to directly notify the client for FillBufferDone, EmptyBufferDone, and events from the component as (3) in the following diagram.

The following diagram shows the component loading workflow.

Figure 1. Component Loading Workflow