Lame_encDllbeEncodeChunkFloatS16NI Method |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public static uint beEncodeChunkFloatS16NI(
uint hbeStream,
uint nSamples,
float[] buffer_l,
float[] buffer_r,
byte[] pOutput,
ref uint pdwOutput
)
Public Shared Function beEncodeChunkFloatS16NI (
hbeStream As UInteger,
nSamples As UInteger,
buffer_l As Single(),
buffer_r As Single(),
<OutAttribute> pOutput As Byte(),
ByRef pdwOutput As UInteger
) As UInteger
public:
static unsigned int beEncodeChunkFloatS16NI(
unsigned int hbeStream,
unsigned int nSamples,
[InAttribute] array<float>^ buffer_l,
[InAttribute] array<float>^ buffer_r,
[InAttribute] [OutAttribute] array<unsigned char>^ pOutput,
unsigned int% pdwOutput
)
static member beEncodeChunkFloatS16NI :
hbeStream : uint32 *
nSamples : uint32 *
buffer_l : float32[] *
buffer_r : float32[] *
pOutput : byte[] byref *
pdwOutput : uint32 byref -> uint32
Parameters
- hbeStream
- Type: SystemUInt32
- nSamples
- Type: SystemUInt32
- buffer_l
- Type: SystemSingle
- buffer_r
- Type: SystemSingle
- pOutput
- Type: SystemByte
- pdwOutput
- Type: SystemUInt32
Return Value
Type:
UInt32See Also