Exemplo n.º 1
0
 internal static extern BassActive BASS_ChannelIsActive(SafeStreamHandle handle);
Exemplo n.º 2
0
 internal static extern bool BASS_ChannelPause(SafeStreamHandle handle);
Exemplo n.º 3
0
 internal static extern bool BASS_ChannelStop(SafeStreamHandle handle);
Exemplo n.º 4
0
 internal static extern bool BASS_ChannelPlay(SafeStreamHandle handle, bool restart);