RawFrameDataView.GetSampleMetadataAsInt

Cambiar al Manual
public int GetSampleMetadataAsInt (int sampleIndex, int metadataIndex);

Parámetros

sampleIndexIndex of the Profiler sample.
metadataIndexMetadata index.

Valor de retorno

int Returns integer representation of sample metadata value.

Descripción

Gets sample metadata value as integer.

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