BitmovinApiSdk\Models\SrtStatisticSend
Synopsis
class SrtStatisticSend
extends ApiResource
{
- // members
- public int $bytes;
- public int $bytesDropped;
- public float $mbitRate;
- public int $packets;
- public int $packetsDropped;
- public int $packetsLost;
- public int $packetsRetransmitted;
- // methods
- public void __construct()
- public $this bytes()
- public $this bytesDropped()
- public $this mbitRate()
- public $this packets()
- public $this packetsDropped()
- public $this packetsLost()
- public $this packetsRetransmitted()
- // Inherited methods from ApiResource
- public void __construct()
- public static $this create()
- public void toArray()
Hierarchy
Members
public
- $bytes — int
- $bytesDropped — int
- $mbitRate — float
- $packets — int
- $packetsDropped — int
- $packetsLost — int
- $packetsRetransmitted — int
Methods
public
- __construct()
- bytes() — bytes
- bytesDropped() — bytesDropped
- mbitRate() — mbitRate
- packets() — packets
- packetsDropped() — packetsDropped
- packetsLost() — packetsLost
- packetsRetransmitted() — packetsRetransmitted