destroy property

Pointer<NativeFunction<pj_status_t Function(Pointer<pjmedia_transport> tp)>> destroy
getter/setter pair

This function can be called to destroy this transport.

Application should call #pjmedia_transport_close() instead of calling this function directly.

Implementation

external ffi.Pointer<
    ffi.NativeFunction<
        pj_status_t Function(ffi.Pointer<pjmedia_transport> tp)>> destroy;