Exemplo n.º 1
0
 public string src_strerror(int error)
 {
     return(Interop32.src_strerror(error));
 }
Exemplo n.º 2
0
 public int src_is_valid_ratio(double ratio)
 {
     return(Interop32.src_is_valid_ratio(ratio));
 }
Exemplo n.º 3
0
 public int src_error(IntPtr state)
 {
     return(Interop32.src_error(state));
 }
Exemplo n.º 4
0
 public int src_set_ratio(IntPtr state, double new_ratio)
 {
     return(Interop32.src_set_ratio(state, new_ratio));
 }
Exemplo n.º 5
0
 public int src_reset(IntPtr state)
 {
     return(Interop32.src_reset(state));
 }
Exemplo n.º 6
0
 public int src_process(IntPtr state, ref SRC_DATA data)
 {
     return(Interop32.src_process(state, ref data));
 }
Exemplo n.º 7
0
 public IntPtr src_delete(IntPtr state)
 {
     return(Interop32.src_delete(state));
 }
Exemplo n.º 8
0
 public IntPtr src_new(ConverterType converter_type, int channels, out int error)
 {
     return(Interop32.src_new(converter_type, channels, out error));
 }