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