Discuss this help topic in SecureBlackbox Forum
The video's duration in milliseconds.
Declaration
[VB.NET]
Property Duration As Long
[Pascal]
property Duration: Int64;
[C++]
int64_t get_Duration();
[PHP]
integer get_Duration()
[Java]
long getDuration();
Description
Use this property to get the video's run time in milliseconds.
Discuss this help topic in SecureBlackbox Forum