mcLineProfilesSampleModes Enumeration
|
|
Allowed values for the McLineProfiles.SampleMode property
Namespace:
MediaCy.IQL.Features
Assembly:
MediaCy.IQL.Features (in MediaCy.IQL.Features.dll) Version: 10.0.6912.0
SyntaxPublic Enumeration mcLineProfilesSampleModes
Members
| Member name | Value | Description |
---|
| mclpsmFixedNumberOfSamples | 0 | The line is broken into a fixednumber of samples given by the McLineProfiles.NumberOfSamplesDesired
property. |
| mclpsmFixedSampleLength | 1 | The line is broken into samples of alength given by the McLineProfiles.LengthPerSampleDesired property. The last
(or only) sample may be shorter than the specified length. |
See Also