The flow diagram shows the order of events when a clip is being loaded. This can help you to understand how a clip is loaded and which functions you need to implement to get the intended operation.
Load Clip Process
The following diagram shows the order in which the clip functions are called during the load process. The LoadMedia function is called in a seperate thread so that the clip load can happen asynchronously. If you wish to avoid loading in a seperate thread then you should override the Load function and provide your own implementation.