Lots of refs to Karaoke
and a new karaoke class... any singers?
[DllImport("TV2Engine.dll")]
private static extern bool TV2Engine_KaraokeInit();
[DllImport("TV2Engine.dll")]
private static extern bool TV2Engine_KaraokeSetAccompVolume(byte volume);
[DllImport("TV2Engine.dll")]
private static extern bool TV2Engine_KaraokeSetMicEcho(byte echo);
[DllImport("TV2Engine.dll")]
private static extern bool TV2Engine_KaraokeSetMicVolume(byte volume);
[DllImport("TV2Engine.dll")]
private static extern bool TV2Engine_KaraokeSetMode(TV2KaraokeSupportMode mode);
[DllImport("TV2Engine.dll")]
private static extern bool TV2Engine_KaraokeShiftAccompKey(int key);
namespace Microsoft.TV2.Karaoke
{
public class AccompanimentSettings
public enum KaraokeChannel
public static class KaraokeEngine
public static class KaraokeFramework
public class KaraokeSettings
public static class KaraokeUtilities
public class MicrophoneSettings
}
Mick