| Lame_encDllbeEncodeChunk Method  | 
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic static uint beEncodeChunk(
	uint hbeStream,
	uint nSamples,
	IntPtr pSamples,
	byte[] pOutput,
	ref uint pdwOutput
)
Public Shared Function beEncodeChunk ( 
	hbeStream As UInteger,
	nSamples As UInteger,
	pSamples As IntPtr,
	<OutAttribute> pOutput As Byte(),
	ByRef pdwOutput As UInteger
) As UInteger
public:
static unsigned int beEncodeChunk(
	unsigned int hbeStream, 
	unsigned int nSamples, 
	IntPtr pSamples, 
	[InAttribute] [OutAttribute] array<unsigned char>^ pOutput, 
	unsigned int% pdwOutput
)
static member beEncodeChunk : 
        hbeStream : uint32 * 
        nSamples : uint32 * 
        pSamples : IntPtr * 
        pOutput : byte[] byref * 
        pdwOutput : uint32 byref -> uint32 
Parameters
- hbeStream
 - Type: SystemUInt32
 - nSamples
 - Type: SystemUInt32
 - pSamples
 - Type: SystemIntPtr
 - pOutput
 - Type: SystemByte
 - pdwOutput
 - Type: SystemUInt32
 
Return Value
Type: 
UInt32
See Also