Click or drag to resize
LibMp3LameFlush Method
Flush encoder output

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
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