Click or drag to resize
WriteCallback Delegate
References a method to be called when bytes need to written to a sink.

Namespace: Lawo.IO
Assembly: Lawo (in Lawo.dll) Version: 1.4.1707.27006
Syntax
C#
public delegate void WriteCallback(
	byte[] buffer,
	int offset,
	int count
)

Parameters

buffer
Type: SystemByte
offset
Type: SystemInt32
count
Type: SystemInt32
Remarks
See Also