Discuss this help topic in SecureBlackbox Forum

TElOneDriveAudio.Duration

TElOneDriveAudio     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


The duration of the audio.

Declaration

[C#]
    long Duration;

[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