Interface IFrameAggregate
Syntax
public interface IFrameAggregate
Properties
IsEmpty
Declaration
Property Value
Methods
AddRecords(List<IFrameRecord>, Single, Single)
Declaration
void AddRecords(List<IFrameRecord> records, float frameStartTime, float frameEndTime)
Parameters
PruneFramesBeforeTimestamp(Single)
Declaration
void PruneFramesBeforeTimestamp(float startTimeInSeconds)
Parameters
| Type |
Name |
Description |
| Single |
startTimeInSeconds |
|
PruneFramesStartingAfterTimestamp(Single)
Declaration
void PruneFramesStartingAfterTimestamp(float startTimeInSeconds)
Parameters
| Type |
Name |
Description |
| Single |
startTimeInSeconds |
|