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