ma_decoder_seek_procFunction typedef

ma_decoder_seek_procFunction = Int Function(Pointer<ma_decoder> pDecoder, ma_int64 byteOffset, UnsignedInt origin)

Implementation

typedef ma_decoder_seek_procFunction = ffi.Int Function(
    ffi.Pointer<ma_decoder> pDecoder,
    ma_int64 byteOffset,
    ffi.UnsignedInt origin);