MP4NeedsReindexing
Delphi
function MP4NeedsReindexing (FilePath: string): TTriState;
C++Builder
TTriState __fastcall MP4NeedsReindexing(System::UnicodeString FilePath);
C#
public TTriState MP4NeedsReindexing(string FilePath);
VB.NET
Public Function MP4NeedsReindexing(FilePath As String) As TTriState
C++/Qt
TTriState MP4NeedsReindexing (wchar_t *FilePath);
Used to determine if a MP4 video clip requires reindexing. Return values: ts_Undefined: failed to open the clip; ts_False: the clip does not need a reindexing; ts_True: the clip needs to be reindexed. See MultipurposeEncoder_ReindexClip.