audiovideoplayback - volumme control

  • Thread starter Thread starter Bernhard Bauernhofer
  • Start date Start date
B

Bernhard Bauernhofer

how can i adjust the volume of a video?

that doesn't work:

ourVideo = New Video(vid1)
ourVideo.Owner = Me
ourVideo.Audio.Volume = 0

'Start playing now
ourVideo.Play()
 
* Bernhard Bauernhofer said:
how can i adjust the volume of a video?

that doesn't work:

ourVideo = New Video(vid1)

What's the 'Video' class?
 
What's the 'Video' class?
directx.audiovideoplayback.video

Imports Microsoft.DirectX
Imports Microsoft.DirectX.AudioVideoPlayback
..........
Private WithEvents ourVideo As Video = Nothing
 
Back
Top