Click or drag to resize

ByteRange Constructor (Int64, Int64)

Constructor

Namespace:  OBS.Model
Assembly:  esdk_obs_.net (in esdk_obs_.net.dll) Version: 3.19.7.1 (3.19.7.1)
Syntax
C#
public ByteRange(
	long start,
	long end
)

Parameters

start
Type: SystemInt64
Start position
end
Type: SystemInt64
End position
See Also