IMcTracksInfoNumIncompleteTracks Property
|
|
Returns the number of rejected tracks by length (Length<MinTrackLength when PartionTracks is TRUE)
Namespace:
MediaCy.IQL.Tracking
Assembly:
MediaCy.IQL.Tracking (in MediaCy.IQL.Tracking.dll) Version: 10.0.6912.0
SyntaxReadOnly Property NumIncompleteTracks (
Optional TrackLen As Integer = -1
) As Integer
Get
Parameters
- TrackLen (Optional)
- Type: SystemInt32
length of the track to inguire. If -1, the number of all rejected tracks is returned.
Property Value
Type:
Int32
See Also