Table of Contents

Enum SampleOrderTypes

Namespace
LiveScope.Net
Assembly
LiveScope.Net.dll

Order of samples in a dataset

public enum SampleOrderTypes

Fields

NewestFirst = 0

Samples are ordered from newest at index 0 to oldest

This is the suggested data format

NewestLast = 1

Samples are ordered from oldest at index 0 to newest

Samples will be reversed upon display