BASS.NET API for the Un4seen BASS Audio Library

BaseEncoderENCODEFILEPROC Delegate

BASS.NET API for the Un4seen BASS Audio Library

Namespace:  Un4seen.Bass.Misc
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

public delegate void ENCODEFILEPROC(
	long bytesTotal,
	long bytesDone
)

Parameters

bytesTotal
Type: SystemInt64
The total number of bytes to be encode.
bytesDone
Type: SystemInt64
The number of bytes already encoded.
See Also

Reference