Click or drag to resize

LibMp3LameFlush Method

Flush encoder output

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

Parameters

output  Byte
Buffer to write encoded data to
outputSize  Int32
Size of buffer.

Return Value

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