Show / Hide Table of Contents

Class SrtStatisticRecv

SrtStatisticRecv

Inheritance
System.Object
SrtStatisticRecv
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Bitmovin.Api.Sdk.Models
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class SrtStatisticRecv

Properties

Bytes

Bytes

Declaration
public long? Bytes { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

BytesDropped

BytesDropped

Declaration
public long? BytesDropped { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

BytesLost

BytesLost

Declaration
public long? BytesLost { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

MbitRate

MbitRate

Declaration
public double? MbitRate { get; set; }
Property Value
Type Description
System.Nullable<System.Double>

Packets

Packets

Declaration
public long? Packets { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

PacketsBelated

PacketsBelated

Declaration
public long? PacketsBelated { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

PacketsDropped

PacketsDropped

Declaration
public long? PacketsDropped { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

PacketsLost

PacketsLost

Declaration
public long? PacketsLost { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

PacketsRetransmitted

PacketsRetransmitted

Declaration
public long? PacketsRetransmitted { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>
Back to top Generated by DocFX