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