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