RawFrameDataView.GetSampleMetadataAsString

Cambiar al Manual
public string GetSampleMetadataAsString (int sampleIndex, int metadataIndex);

Parámetros

sampleIndexIndex of the Profiler sample.
metadataIndexMetadata index.

Valor de retorno

string Returns string representation of sample metadata value.

Descripción

Gets sample metadata value as string.

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