Lame_encDllbeInitStream Method |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public static uint beInitStream(
BE_CONFIG pbeConfig,
ref uint dwSamples,
ref uint dwBufferSize,
ref uint phbeStream
)
Public Shared Function beInitStream (
pbeConfig As BE_CONFIG,
ByRef dwSamples As UInteger,
ByRef dwBufferSize As UInteger,
ByRef phbeStream As UInteger
) As UInteger
public:
static unsigned int beInitStream(
BE_CONFIG^ pbeConfig,
unsigned int% dwSamples,
unsigned int% dwBufferSize,
unsigned int% phbeStream
)
static member beInitStream :
pbeConfig : BE_CONFIG *
dwSamples : uint32 byref *
dwBufferSize : uint32 byref *
phbeStream : uint32 byref -> uint32
Parameters
- pbeConfig
- Type: Ozeki.MediaBE_CONFIG
- dwSamples
- Type: SystemUInt32
- dwBufferSize
- Type: SystemUInt32
- phbeStream
- Type: SystemUInt32
Return Value
Type:
UInt32See Also