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: 10.3.199.0
Syntax
public byte[] Decode(
	byte[] data
)

Parameters

data
Type: SystemByte

Return Value

Type: Byte

Implements

ICodecDecode(Byte)
See Also