示例#1
0
文件: BASS.cs 项目: kirileec/SoundEx
 public static extern bool BASS_ChannelSetPosition(UInt32 handle, UInt64 pos, BASSPosMode mode);
示例#2
0
文件: BASS.cs 项目: kirileec/SoundEx
 public static extern UInt64 BASS_ChannelGetLength(UInt32 handle, BASSPosMode mode);
示例#3
0
文件: BASS.cs 项目: kirileec/SoundEx
 public static extern UInt64 BASS_ChannelGetPosition(UInt32 handle, BASSPosMode mode);