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