Esempio n. 1
0
 public static extern bool BASS_ChannelSetPosition(UInt32 handle, UInt64 pos, BASSPosMode mode);
Esempio n. 2
0
 public static extern UInt64 BASS_ChannelGetLength(UInt32 handle, BASSPosMode mode);
Esempio n. 3
0
 public static extern UInt64 BASS_ChannelGetPosition(UInt32 handle, BASSPosMode mode);