RawFrameDataView.GetSampleMetadataAsDouble

Switch to Manual
public double GetSampleMetadataAsDouble (int sampleIndex, int metadataIndex);

Parameters

sampleIndexIndex of the Profiler sample.
metadataIndexMetadata index.

Returns

double Returns double representation of sample metadata value.

Description

Gets sample metadata value as double.

Use to obtain additional data associated with the sample. metadataIndex must be between 0 and GetSampleMetadataCount.