Uses of Class
com.safi.asterisk.SWIGTYPE_p_f_p_struct_ast_filestream_p_int__p_ast_frame

Packages that use SWIGTYPE_p_f_p_struct_ast_filestream_p_int__p_ast_frame
com.safi.asterisk   
 

Uses of SWIGTYPE_p_f_p_struct_ast_filestream_p_int__p_ast_frame in com.safi.asterisk
 

Methods in com.safi.asterisk that return SWIGTYPE_p_f_p_struct_ast_filestream_p_int__p_ast_frame
 SWIGTYPE_p_f_p_struct_ast_filestream_p_int__p_ast_frame ast_format.getRead()
           
 

Methods in com.safi.asterisk with parameters of type SWIGTYPE_p_f_p_struct_ast_filestream_p_int__p_ast_frame
static int file.ast_format_register(java.lang.String name, java.lang.String exts, int format, SWIGTYPE_p_f_int__p_ast_filestream open, SWIGTYPE_p_f_int_p_char__p_ast_filestream rewrite, SWIGTYPE_p_f_p_struct_ast_filestream_p_struct_ast_frame__int write, SWIGTYPE_p_f_p_struct_ast_filestream_long_int__int seek, SWIGTYPE_p_f_p_struct_ast_filestream__int trunc, SWIGTYPE_p_f_p_struct_ast_filestream__long tell, SWIGTYPE_p_f_p_struct_ast_filestream_p_int__p_ast_frame read, SWIGTYPE_p_f_p_struct_ast_filestream__void close, SWIGTYPE_p_f_p_struct_ast_filestream__p_char getcomment)
           
 void ast_format.setRead(SWIGTYPE_p_f_p_struct_ast_filestream_p_int__p_ast_frame read)