ChoonMLLib - class library to access and convert ChoonML files

SampleCollection Properties

The properties of the SampleCollection class are listed below. For a complete list of SampleCollection class members, see the SampleCollection Members topic.

Public Instance Properties

ChopSections If true, chop this sample into multiple samples where it crosses section boundaries. This can make editing easier in some tools. New samples will be created and named orig name_section. For this to work properly, the Sections collection must be complete before CreateSamples is used.
Count Implement Count
IsFixedSize Implement IndexOf. Returns false.
IsReadOnly Implement IsReadOnly. Returns true.
IsSynchronized Implement IsSynchronized. Returns false.
Item Implement Item
JoinSamples If true, join contiguous samples into one. This reduces the number of samples and can make editing easier in some tools.
SyncRoot Implement SyncRoot

See Also

SampleCollection Class | ChoonML Namespace