Discuss this help topic in SecureBlackbox Forum

TElOneDriveVideo.Duration

TElOneDriveVideo     See also     


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


The video's duration in milliseconds.

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 video's run time in milliseconds.

See also:     Bitrate    

Discuss this help topic in SecureBlackbox Forum