NativeAPIOpenOGGStream Method |
Namespace: Ozeki.CommonAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic static StatusCode OpenOGGStream(
IntPtr instance,
byte[] byte_stream
)
Public Shared Function OpenOGGStream (
instance As IntPtr,
byte_stream As Byte()
) As StatusCode
public:
static StatusCode OpenOGGStream(
IntPtr instance,
array<unsigned char>^ byte_stream
)
static member OpenOGGStream :
instance : IntPtr *
byte_stream : byte[] -> StatusCode
Parameters
- instance IntPtr
-
- byte_stream Byte
-
Return Value
StatusCode
See Also