put_frame property
Pointer<NativeFunction<pj_status_t Function(Pointer<pjmedia_port> this_port, Pointer<pjmedia_frame> frame)> >
put_frame
getter/setter pair
Sink interface. This should only be called by #pjmedia_port_put_frame().
Implementation
external ffi.Pointer<
ffi.NativeFunction<
pj_status_t Function(ffi.Pointer<pjmedia_port> this_port,
ffi.Pointer<pjmedia_frame> frame)>> put_frame;