DecodeAdpcmNative typedef

DecodeAdpcmNative = Int32 Function(Pointer<Int16>, Int32, Pointer<Uint8>, Int32, Int32, Uint8, Uint8, Uint8)

Native function type definitions

Implementation

typedef DecodeAdpcmNative = Int32 Function(
    Pointer<Int16>,
    Int32,
    Pointer<Uint8>,
    Int32,
    Int32,
    Uint8,
    Uint8,
    Uint8
    );