Click or drag to resize
OpusCodecDecode Method
Not Implemented, this opus codec implemetation does not contain decoder

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public byte[] Decode(
	byte[] data
)

Parameters

data
Type: SystemByte

Return Value

Type: Byte

Implements

ICodecDecode(Byte)
See Also