Click or drag to resize

ProgressTypeEnum Enumeration

Mode for presenting the uploading progress

Namespace:  OBS.Model
Assembly:  esdk_obs_.net (in esdk_obs_.net.dll) Version: 3.19.7.1 (3.19.7.1)
Syntax
C#
public enum ProgressTypeEnum
Members
  Member nameValueDescription
ByBytes0 Specify that the upload progress is refreshed each time a specified number of bytes is uploaded.
BySeconds1 Specify that the upload is refreshed every several seconds.
See Also