virtual bool FindMovieByHeap(MemoryHeap* heap, MovieImpl** movie);
This method is used to find an instance of Movie by using memory heap in order to use proper AmpStats structure.
Note: the returned movie is AddRef-ed!
Parameters |
Description |
MemoryHeap* heap |
The memory heap for the movie. |
MovieImpl** movie |
Pointer to the movie. |
Returns true if an instance of Movie is returned and false otherwise.