Movie Player ActiveX Control

AudioRenderer  

 

Get or Set  the selected audio renderer/audio device. The default audio renderer is Default DirectSound Device, another renderer may affect the audio sync.
If you have not set AudioRenderer property, it will use Default DirectSound Device.

MoviePlayer1.AudioRenderer[=Integer]


Parameter
Integer
the index of audio renderer. The first index is 0.

Remark
This property is Read/Write.

Example

   

Visual Basic Syntax
MoviePlayer1.AudioRenderer=0
MoviePlayer1.FileName="c:\test.mpg"