AxWindowsMediaPlayer volume changed event?

  • Thread starter Thread starter The Last Danish Pastry
  • Start date Start date
T

The Last Danish Pastry

In the AxWindowsMediaPlayer class I can set the volume by using
something like:

mediaPlayer.settings.volume = volume;

But, is there an event which fires when the user changes the volume?

Thanks :)
 
Clive,

No, there isn't an event (as far as I can see) that changes when the
volume changes. At least, the interop assembly that is generated doesn't
expose it.
 
Clive,

No, there isn't an event (as far as I can see) that changes when
the volume changes. At least, the interop assembly that is
generated doesn't expose it.


--
- Nicholas Paldino [.NET/C# MVP]
- (e-mail address removed)

The Last Danish Pastry said:
In the AxWindowsMediaPlayer class I can set the volume by using
something like:

mediaPlayer.settings.volume = volume;

But, is there an event which fires when the user changes the
volume?

Thanks :)

Thanks for that swift reply, Nicholas.

Not quite the answer I wanted, of course. The .NET framework seems to
have LOADS of events (Label.CausesValidationChanged to pick an example
from the air) which make me think "Can't imagine I would use that very
often"... and here is an event that I want to have but does not seem
to exist.
 
Back
Top