zdk.objc
Instance Methods | Properties | List of all members
<ZDKNetworkStatistics> Protocol Reference
Inheritance diagram for <ZDKNetworkStatistics>:
<ZDKZHandle>

Instance Methods

(NSString *) - handlesDescription
 
- Instance Methods inherited from <ZDKZHandle>
(long int) - handle
 
(void) - initialize
 
(void) - releaseReference
 
(NSString *) - handlesDescription
 

Properties

int callChannel
 Gets call channel. More...
 
int totalInputPackets
 Gets total input packets. More...
 
int totalInputBytes
 Gets total input bytes. More...
 
int totalInputBytesPayload
 Gets total input bytes payload. More...
 
int currentInputBitrate
 Gets current input bitrate. More...
 
int averageInputBitrate
 Gets the average input bitrate. More...
 
int totalOutputPackets
 Gets the total output packets. More...
 
int totalOutputBytes
 Gets the total output bytes. More...
 
int totalOutputBytesPayload
 Gets the total output bytes payload. More...
 
int currentOutputBitrate
 Gets the total output bytes payload. More...
 
int averageOutputBitrate
 Gets the average output bitrate. More...
 
int currentInputLossPermil
 Gets the current input loss permil. More...
 

Method Documentation

◆ handlesDescription

- (NSString *) handlesDescription

Reimplemented from <ZDKZHandle>.

Property Documentation

◆ averageInputBitrate

- (int) averageInputBitrate
readnonatomicassign

Gets the average input bitrate.

Returns
The average input bitrate

◆ averageOutputBitrate

- (int) averageOutputBitrate
readnonatomicassign

Gets the average output bitrate.

Returns
The average output bitrate

◆ callChannel

- (int) callChannel
readnonatomicassign

Gets call channel.

Returns
The call channel

◆ currentInputBitrate

- (int) currentInputBitrate
readnonatomicassign

Gets current input bitrate.

Returns
The current input bitrate

◆ currentInputLossPermil

- (int) currentInputLossPermil
readnonatomicassign

Gets the current input loss permil.

Returns
The current input loss permil

◆ currentOutputBitrate

- (int) currentOutputBitrate
readnonatomicassign

Gets the total output bytes payload.

Returns
The total output bytes payload

◆ totalInputBytes

- (int) totalInputBytes
readnonatomicassign

Gets total input bytes.

Returns
The total input bytes

◆ totalInputBytesPayload

- (int) totalInputBytesPayload
readnonatomicassign

Gets total input bytes payload.

Returns
The total input bytes payload

◆ totalInputPackets

- (int) totalInputPackets
readnonatomicassign

Gets total input packets.

Returns
The total input packets

◆ totalOutputBytes

- (int) totalOutputBytes
readnonatomicassign

Gets the total output bytes.

Returns
The total output bytes

◆ totalOutputBytesPayload

- (int) totalOutputBytesPayload
readnonatomicassign

Gets the total output bytes payload.

Returns
The total output bytes payload

◆ totalOutputPackets

- (int) totalOutputPackets
readnonatomicassign

Gets the total output packets.

Returns
The total output packets

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