Lame_encDllbeFlushNoGap Method |
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic static uint beFlushNoGap(
uint hbeStream,
byte[] pOutput,
ref uint pdwOutput
)
Public Shared Function beFlushNoGap (
hbeStream As UInteger,
<OutAttribute> pOutput As Byte(),
ByRef pdwOutput As UInteger
) As UInteger
public:
static unsigned int beFlushNoGap(
unsigned int hbeStream,
[InAttribute] [OutAttribute] array<unsigned char>^ pOutput,
unsigned int% pdwOutput
)
static member beFlushNoGap :
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