Discuss this help topic in SecureBlackbox Forum
The duration of the audio.
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 audio's playing time in milliseconds.
Discuss this help topic in SecureBlackbox Forum