Lame_encDllEncodeChunk(UInt32, Byte, Byte, UInt32) Method |
Namespace: Ozeki.MediaAssembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.5.1
Syntaxpublic static uint EncodeChunk(
uint hbeStream,
byte[] buffer,
byte[] pOutput,
ref uint pdwOutput
)
Public Shared Function EncodeChunk (
hbeStream As UInteger,
buffer As Byte(),
pOutput As Byte(),
ByRef pdwOutput As UInteger
) As UInteger
public:
static unsigned int EncodeChunk(
unsigned int hbeStream,
array<unsigned char>^ buffer,
array<unsigned char>^ pOutput,
unsigned int% pdwOutput
)
static member EncodeChunk :
hbeStream : uint32 *
buffer : byte[] *
pOutput : byte[] *
pdwOutput : uint32 byref -> uint32 Parameters
- hbeStream UInt32
-
- buffer Byte
-
- pOutput Byte
-
- pdwOutput UInt32
-
Return Value
UInt32
See Also