Movie::GetStats

Movie::GetStats
virtual void GetStats(StatBag* pbag, bool reset = true) = 0;
Description

GetStats obtains statistics for the movie view and performs a reset for tracked counters. 

If the parameter reset is set to true, reset is done after the statistics are updated. If pbag is null, only reset can take place.

Parameters
Parameters 
Description 
StatBag* pbag 
Collection of statistics pertaining to the movie view. 
bool reset = true 
A Boolean value of true performs a resets and value of false maintains the original state of the tracked counters.