NativeAPICreateSPP Method |
Namespace:
Ozeki.Common
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic static int CreateSPP(
out IntPtr instance,
int frameSize,
int samplerate
)
Public Shared Function CreateSPP (
<OutAttribute> ByRef instance As IntPtr,
frameSize As Integer,
samplerate As Integer
) As Integer
public:
static int CreateSPP(
[OutAttribute] IntPtr% instance,
int frameSize,
int samplerate
)
static member CreateSPP :
instance : IntPtr byref *
frameSize : int *
samplerate : int -> int
Parameters
- instance
- Type: SystemIntPtr
- frameSize
- Type: SystemInt32
- samplerate
- Type: SystemInt32
Return Value
Type:
Int32
See Also