|
-
Aug 1st, 2004, 08:02 PM
#1
Thread Starter
Junior Member
Equaliser WMP9 SDK HELP!
Hi all,
I am just wondering how i can access the Equaliser settings for media player 9. I have the media player control on my form but when I try the following (got this sample from the net):
Dim Playereq As IWMPEqualizerSettingsCtrl
Playereq.gainLevel1 = 5
Playereq.gainLevel2 = 0
Playereq.gainLevel3 = -5
I get this error:
An unhandled exception of type 'System.NullReferenceException' occurred
Additional information: Object reference not set to an instance of an object.
I have searched all over the place trying to find a solution but to no avail. I read somewhere about only being able to access the Equalizer settings using skins, but again i can find any info/samples on that. Any help would be great.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|