示例#1
0
 static extern bool BASS_WMA_EncodeSetTag(int Handle, string Tag, string Value, WMATagFormat Format = WMATagFormat.Unicode);
示例#2
0
 static extern bool BASS_WMA_EncodeSetTag(int Handle, string Tag, IntPtr Value, WMATagFormat Format);
示例#3
0
 static extern bool BASS_WMA_EncodeSetTag(int Handle, string Tag, [In, Out] byte[] Value, WMATagFormat Format);
示例#4
0
 public static extern bool EncodeSetTag(int Handle, IntPtr Tag, IntPtr Value, WMATagFormat Format);