Click or drag to resize

LibMp3LameFlush Method

Flush encoder output

Namespace:  Ozeki.Media
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public int Flush(
	byte[] output,
	int outputSize
)

Parameters

output
Type: SystemByte
Buffer to write encoded data to
outputSize
Type: SystemInt32
Size of buffer.

Return Value

Type: Int32
Number of bytes of encoded data written to output buffer.
See Also