示例#1
0
 public static int BASS_WMA_StreamCreateIStream(IntPtr istream, long offset, long length, BASSFlag flags)
 {
     return(BassWma.BASS_WMA_StreamCreateFileIStream(2, istream, offset, length, flags));
 }