com.safi.asterisk
Class ast_format
java.lang.Object
com.safi.asterisk.ast_format
public class ast_format
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ast_format
public ast_format()
delete
public void delete()
setName
public void setName(java.lang.String name)
getName
public java.lang.String getName()
setExts
public void setExts(java.lang.String exts)
getExts
public java.lang.String getExts()
setFormat
public void setFormat(int format)
getFormat
public int getFormat()
setOpen
public void setOpen(SWIGTYPE_p_f_int__p_ast_filestream open)
getOpen
public SWIGTYPE_p_f_int__p_ast_filestream getOpen()
setRewrite
public void setRewrite(SWIGTYPE_p_f_int_p_char__p_ast_filestream rewrite)
getRewrite
public SWIGTYPE_p_f_int_p_char__p_ast_filestream getRewrite()
setWrite
public void setWrite(SWIGTYPE_p_f_p_struct_ast_filestream_p_struct_ast_frame__int write)
getWrite
public SWIGTYPE_p_f_p_struct_ast_filestream_p_struct_ast_frame__int getWrite()
setSeek
public void setSeek(SWIGTYPE_p_f_p_struct_ast_filestream_long_int__int seek)
getSeek
public SWIGTYPE_p_f_p_struct_ast_filestream_long_int__int getSeek()
setTrunc
public void setTrunc(SWIGTYPE_p_f_p_struct_ast_filestream__int trunc)
getTrunc
public SWIGTYPE_p_f_p_struct_ast_filestream__int getTrunc()
setTell
public void setTell(SWIGTYPE_p_f_p_struct_ast_filestream__long tell)
getTell
public SWIGTYPE_p_f_p_struct_ast_filestream__long getTell()
setRead
public void setRead(SWIGTYPE_p_f_p_struct_ast_filestream_p_int__p_ast_frame read)
getRead
public SWIGTYPE_p_f_p_struct_ast_filestream_p_int__p_ast_frame getRead()
setClose
public void setClose(SWIGTYPE_p_f_p_struct_ast_filestream__void close)
getClose
public SWIGTYPE_p_f_p_struct_ast_filestream__void getClose()
setGetcomment
public void setGetcomment(SWIGTYPE_p_f_p_struct_ast_filestream__p_char getcomment)
getGetcomment
public SWIGTYPE_p_f_p_struct_ast_filestream__p_char getGetcomment()
setNext
public void setNext(ast_format next)
getNext
public ast_format getNext()