Uses of Class
com.safi.asterisk.SWIGTYPE_p_ast_frame

Packages that use SWIGTYPE_p_ast_frame
com.safi.asterisk   
 

Uses of SWIGTYPE_p_ast_frame in com.safi.asterisk
 

Methods in com.safi.asterisk that return SWIGTYPE_p_ast_frame
static SWIGTYPE_p_ast_frame frame.ast_fr_fdread(int fd)
           
static SWIGTYPE_p_ast_frame frame.ast_frdup(SWIGTYPE_p_ast_frame fr)
           
static SWIGTYPE_p_ast_frame frame.ast_frisolate(SWIGTYPE_p_ast_frame fr)
           
static SWIGTYPE_p_ast_frame channel.ast_read(ast_channel chan)
           
static SWIGTYPE_p_ast_frame file.ast_readframe(ast_filestream s)
           
static SWIGTYPE_p_ast_frame frame.ast_smoother_read(SWIGTYPE_p_ast_smoother s)
           
 SWIGTYPE_p_ast_frame ast_channel.getDtmff()
           
 SWIGTYPE_p_ast_frame ast_channel_pvt.getReadq()
           
 

Methods in com.safi.asterisk with parameters of type SWIGTYPE_p_ast_frame
static int frame.ast_fr_fdwrite(int fd, SWIGTYPE_p_ast_frame frame)
           
static void frame.ast_frame_dump(java.lang.String name, SWIGTYPE_p_ast_frame f, java.lang.String prefix)
           
static SWIGTYPE_p_ast_frame frame.ast_frdup(SWIGTYPE_p_ast_frame fr)
           
static void frame.ast_frfree(SWIGTYPE_p_ast_frame fr)
           
static SWIGTYPE_p_ast_frame frame.ast_frisolate(SWIGTYPE_p_ast_frame fr)
           
static int channel.ast_queue_frame(ast_channel chan, SWIGTYPE_p_ast_frame f)
           
static int frame.ast_smoother_feed(SWIGTYPE_p_ast_smoother s, SWIGTYPE_p_ast_frame f)
           
static int channel.ast_write_video(ast_channel chan, SWIGTYPE_p_ast_frame frame)
           
static int channel.ast_write(ast_channel chan, SWIGTYPE_p_ast_frame frame)
           
static int file.ast_writestream(ast_filestream fs, SWIGTYPE_p_ast_frame f)
           
 void ast_channel.setDtmff(SWIGTYPE_p_ast_frame dtmff)
           
 void ast_channel_pvt.setReadq(SWIGTYPE_p_ast_frame readq)