RawFrameDataView.GetSampleMetadataAsInt

public int GetSampleMetadataAsInt(int sampleIndex, int metadataIndex);

Parameters

sampleIndex Index of the Profiler sample.
metadataIndex Metadata index.

Returns

int Returns integer representation of sample metadata value.

Description

Gets sample metadata value as integer.

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

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答