Click or drag to resize
Lame_encDllbeEncodeChunkFloatS16NI Method

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public static uint beEncodeChunkFloatS16NI(
	uint hbeStream,
	uint nSamples,
	float[] buffer_l,
	float[] buffer_r,
	byte[] pOutput,
	ref uint pdwOutput
)

Parameters

hbeStream
Type: SystemUInt32
nSamples
Type: SystemUInt32
buffer_l
Type: SystemSingle
buffer_r
Type: SystemSingle
pOutput
Type: SystemByte
pdwOutput
Type: SystemUInt32

Return Value

Type: UInt32
See Also