IPPCodecBaseInternalDecode Method |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax protected virtual byte[] InternalDecode(
byte[] data
)
Protected Overridable Function InternalDecode (
data As Byte()
) As Byte()
protected:
virtual array<unsigned char>^ InternalDecode(
array<unsigned char>^ data
)
abstract InternalDecode :
data : byte[] -> byte[]
override InternalDecode :
data : byte[] -> byte[]
Parameters
- data
- Type: SystemByte
Return Value
Type:
ByteSee Also