Movie::Capture

Movie::Capture
virtual UInt64 Capture(bool onChangeOnly = true) = 0;
Description

Capture explicitly forces a render tree Capture, making it available for the render thread. An explicit call to this function may be necessary if an Invoke or Direct Access API call has modified the movie state, while Advance hasn't yet been called. Without Capture, the results of the modification would not be visible in the render thread. It may also be necessary in the case where rendering particular captures is important.

Parameters
Parameters 
Description 
bool onChangeOnly = true 
Set true to indicate that the capture should only occur if the render context has changed, or false to always perform the capture.