PortAudioInteropResamplerProcess Method |
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic static uint ResamplerProcess(
IntPtr instance,
uint channelID,
short[] input,
uint inLength,
out IntPtr output,
uint outLength
)
Public Shared Function ResamplerProcess (
instance As IntPtr,
channelID As UInteger,
input As Short(),
inLength As UInteger,
<OutAttribute> ByRef output As IntPtr,
outLength As UInteger
) As UInteger
public:
static unsigned int ResamplerProcess(
IntPtr instance,
unsigned int channelID,
array<short>^ input,
unsigned int inLength,
[OutAttribute] IntPtr% output,
unsigned int outLength
)
static member ResamplerProcess :
instance : IntPtr *
channelID : uint32 *
input : int16[] *
inLength : uint32 *
output : IntPtr byref *
outLength : uint32 -> uint32
Parameters
- instance
- Type: SystemIntPtr
- channelID
- Type: SystemUInt32
- input
- Type: SystemInt16
- inLength
- Type: SystemUInt32
- output
- Type: SystemIntPtr
- outLength
- Type: SystemUInt32
Return Value
Type:
UInt32
See Also