NativeAPIProcessOGGFile Method |
Namespace:
Ozeki.Common
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic static StatusCode ProcessOGGFile(
IntPtr instance,
out int channels,
out long sample_rate,
out IntPtr metadata_str,
out int metadata_length,
out IntPtr pcm_data,
out ulong pcm_size
)
Public Shared Function ProcessOGGFile (
instance As IntPtr,
<OutAttribute> ByRef channels As Integer,
<OutAttribute> ByRef sample_rate As Long,
<OutAttribute> ByRef metadata_str As IntPtr,
<OutAttribute> ByRef metadata_length As Integer,
<OutAttribute> ByRef pcm_data As IntPtr,
<OutAttribute> ByRef pcm_size As ULong
) As StatusCode
public:
static StatusCode ProcessOGGFile(
IntPtr instance,
[OutAttribute] int% channels,
[OutAttribute] long long% sample_rate,
[OutAttribute] IntPtr% metadata_str,
[OutAttribute] int% metadata_length,
[OutAttribute] IntPtr% pcm_data,
[OutAttribute] unsigned long long% pcm_size
)
static member ProcessOGGFile :
instance : IntPtr *
channels : int byref *
sample_rate : int64 byref *
metadata_str : IntPtr byref *
metadata_length : int byref *
pcm_data : IntPtr byref *
pcm_size : uint64 byref -> StatusCode
Parameters
- instance
- Type: SystemIntPtr
- channels
- Type: SystemInt32
- sample_rate
- Type: SystemInt64
- metadata_str
- Type: SystemIntPtr
- metadata_length
- Type: SystemInt32
- pcm_data
- Type: SystemIntPtr
- pcm_size
- Type: SystemUInt64
Return Value
Type:
StatusCode
See Also