Copyright © 2005-2019 MultiMedia Soft

VideoPlayer.AudioRendererDsDeviceGetCount method

Previous pageReturn to chapter overviewNext page

Remarks

 

Obtains the number of installed DirectSound devices recognized by DirectShow as valid audio renderers.

The friendly name of each output device can be obtained using the VideoPlayer.AudioRendererDsDeviceGetDesc method.

 

For further details about the use of the embedded video player see the VideoPlayer class section.

For details about video clips rendering refer to the How to play video files through DirectShow tutorial.

 

 

Syntax

 

[Visual Basic]

Public Function AudioRendererDsDeviceGetCount (

) as Int16


 

[C#]

public Int16 AudioRendererDsDeviceGetCount (

);


 

[C++]

public: Int16 AudioRendererDsDeviceGetCount (

);


 

 

Return value

 

The number of installed DirectSound devices.