Signaling (previously RTM) SDK v1.5.0 API Reference for Android
Public Member Functions | Public Attributes | List of all members
io.agora.rtm.RtmMediaOperationProgress Class Reference

Public Member Functions

String  toString ()
 

Public Attributes

long  totalSize = 0
 
long  currentSize = 0
 

Detailed Description

A class representing the upload ratio or download ratio.

Member Data Documentation

◆ totalSize

long io.agora.rtm.RtmMediaOperationProgress.totalSize = 0

The total size of the file or image being uploaded or downloaded.

◆ currentSize

long io.agora.rtm.RtmMediaOperationProgress.currentSize = 0

The size of the uploaded or downloaded part of the file or image.