![]() | 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. |
![]() | Implement Count |
![]() | Implement IndexOf. Returns false. |
![]() | Implement IsReadOnly. Returns true. |
![]() | Implement IsSynchronized. Returns false. |
![]() | Implement Item |
![]() | If true, join contiguous samples into one. This reduces the number of samples and can make editing easier in some tools. |
![]() | Implement SyncRoot |
![]() | Add is not supported. Only use CreateSamples to modify this collection. |
![]() | Clear is not implemented. Only use CreateSamples to modify this collection. |
![]() | Implement Contains |
![]() | Implement CopyTo |
![]() | Create samples. This takes the parameters for one source sample as input. It then breaks the sample up according to the settings in ChopSections and/or JoinSamples. This can result in zero or more samples being created. The returned value will have all the created samples in it. Samples are created and added to the SampleCollection. |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | Implement GetEnumerator, allows foreach to work. |
![]() | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
![]() | Gets the Type of the current instance. |
![]() | Implement IndexOf |
![]() | Insert is not implemented. Only use CreateSamples to modify this collection. |
![]() | Remove is not implemented. Only use CreateSamples to modify this collection. |
![]() | RemoveAt is not implemented. Only use CreateSamples to modify this collection. |
![]() | Returns a String that represents the current Object. |
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | Creates a shallow copy of the current Object. |
SampleCollection Class | ChoonML Namespace