NativeAPIOpenOGGStream Method |
Namespace:
Ozeki.Common
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.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
- Type: SystemIntPtr
- byte_stream
- Type: SystemByte
Return Value
Type:
StatusCode
See Also