Discuss this help topic in SecureBlackbox Forum

TElOneDriveVideo.Bitrate

TElOneDriveVideo     See also     


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


The video's bit rate.

Declaration

[C#]
    int Bitrate;

[VB.NET]
    Property Bitrate As Integer

[Pascal]
    property Bitrate: integer;

[C++]
    int32_t get_Bitrate();

[PHP]
    integer get_Bitrate()

[Java]
    int getBitrate();

Description

    Use this property to get the bit rate of this video in bits per second.

See also:     Duration    

Discuss this help topic in SecureBlackbox Forum