Total number of frames (used only in Adobe Premiere). This undocumented function always returns 1.
Syntaxtmax
Synonyms
total
T (synonym added by Inofficial patch)
Original Machine Code (in OPER resource) of Filter Factory 3.0 and 3.0.4 for Photoshop/Win32
B8 01 00 00 00 | mov eax,$00000001 (1) | res = 1; |
50 | push eax | return res; |