send_rtp property

Pointer<NativeFunction<pj_status_t Function(Pointer<pjmedia_transport> tp, Pointer<Void> pkt, pj_size_t size)>> send_rtp
getter/setter pair

This function is called by the stream to send RTP packet using the transport.

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

Implementation

external ffi.Pointer<
    ffi.NativeFunction<
        pj_status_t Function(ffi.Pointer<pjmedia_transport> tp,
            ffi.Pointer<ffi.Void> pkt, pj_size_t size)>> send_rtp;