Click or drag to resize

TransferStatus Class

Data transmission status
Inheritance Hierarchy

Namespace:  OBS.Model
Assembly:  esdk_obs_.net (in esdk_obs_.net.dll) Version: 3.1.3.0 (3.1.3)
Syntax
C#
public class TransferStatus : EventArgs

The TransferStatus type exposes the following members.

Properties
  NameDescription
Public propertyAverageSpeed
Average rate
Public propertyInstantaneousSpeed
Instantaneous rate
Public propertyNewlyTransferredBytes
Number of bytes transmitted since last progress refresh
Public propertyTotalBytes
Number of bytes being transmitted
Public propertyTransferPercentage
Transmission progress
Public propertyTransferredBytes
Number of bytes that have been transmitted
Top
See Also