imBMW.iBus.Devices.Emulators.MediaEmulator.MediaEmulator C# (CSharp) Method

MediaEmulator() public method

public MediaEmulator ( IAudioPlayer player ) : System
player IAudioPlayer
return System
        public MediaEmulator(IAudioPlayer player)
        {
            Player = player;

            MultiFunctionSteeringWheel.ButtonPressed += MultiFunctionSteeringWheel_ButtonPressed;
        }