ZDK
Public Member Functions | List of all members
ZDK::INetworkStatistics Class Referenceabstract
Inheritance diagram for ZDK::INetworkStatistics:
ZDK::IZHandle

Public Member Functions

virtual int CallChannel () const =0
 Gets call channel. More...
 
virtual int TotalInputPackets () const =0
 Gets total input packets. More...
 
virtual int TotalInputBytes () const =0
 Gets total input bytes. More...
 
virtual int TotalInputBytesPayload () const =0
 Gets total input bytes payload. More...
 
virtual int CurrentInputBitrate () const =0
 Gets current input bitrate. More...
 
virtual int AverageInputBitrate () const =0
 Gets the average input bitrate. More...
 
virtual int TotalOutputPackets () const =0
 Gets the total output packets. More...
 
virtual int TotalOutputBytes () const =0
 Gets the total output bytes. More...
 
virtual int TotalOutputBytesPayload () const =0
 Gets the total output bytes payload. More...
 
virtual int CurrentOutputBitrate () const =0
 Gets the total output bytes payload. More...
 
virtual int AverageOutputBitrate () const =0
 Gets the average output bitrate. More...
 
virtual int CurrentInputLossPermil () const =0
 Gets the current input loss permil. More...
 
virtual int CurrentInputJitterMs () const =0
 Gets the current input jitter ms. More...
 
- Public Member Functions inherited from ZDK::IZHandle
virtual ZDK::ZDKHandle Handle () const =0
 
virtual operator ZDK::ZDKHandle () const =0
 
virtual void Initialize ()=0
 
virtual void ReleaseReference ()=0
 

Member Function Documentation

◆ AverageInputBitrate()

virtual int ZDK::INetworkStatistics::AverageInputBitrate ( ) const
pure virtual

Gets the average input bitrate.

Returns
The average input bitrate

◆ AverageOutputBitrate()

virtual int ZDK::INetworkStatistics::AverageOutputBitrate ( ) const
pure virtual

Gets the average output bitrate.

Returns
The average output bitrate

◆ CallChannel()

virtual int ZDK::INetworkStatistics::CallChannel ( ) const
pure virtual

Gets call channel.

Returns
The call channel

◆ CurrentInputBitrate()

virtual int ZDK::INetworkStatistics::CurrentInputBitrate ( ) const
pure virtual

Gets current input bitrate.

Returns
The current input bitrate

◆ CurrentInputJitterMs()

virtual int ZDK::INetworkStatistics::CurrentInputJitterMs ( ) const
pure virtual

Gets the current input jitter ms.

Returns
The current input jitter ms

◆ CurrentInputLossPermil()

virtual int ZDK::INetworkStatistics::CurrentInputLossPermil ( ) const
pure virtual

Gets the current input loss permil.

Returns
The current input loss permil

◆ CurrentOutputBitrate()

virtual int ZDK::INetworkStatistics::CurrentOutputBitrate ( ) const
pure virtual

Gets the total output bytes payload.

Returns
The total output bytes payload

◆ TotalInputBytes()

virtual int ZDK::INetworkStatistics::TotalInputBytes ( ) const
pure virtual

Gets total input bytes.

Returns
The total input bytes

◆ TotalInputBytesPayload()

virtual int ZDK::INetworkStatistics::TotalInputBytesPayload ( ) const
pure virtual

Gets total input bytes payload.

Returns
The total input bytes payload

◆ TotalInputPackets()

virtual int ZDK::INetworkStatistics::TotalInputPackets ( ) const
pure virtual

Gets total input packets.

Returns
The total input packets

◆ TotalOutputBytes()

virtual int ZDK::INetworkStatistics::TotalOutputBytes ( ) const
pure virtual

Gets the total output bytes.

Returns
The total output bytes

◆ TotalOutputBytesPayload()

virtual int ZDK::INetworkStatistics::TotalOutputBytesPayload ( ) const
pure virtual

Gets the total output bytes payload.

Returns
The total output bytes payload

◆ TotalOutputPackets()

virtual int ZDK::INetworkStatistics::TotalOutputPackets ( ) const
pure virtual

Gets the total output packets.

Returns
The total output packets

The documentation for this class was generated from the following file: