Copyright © 2005-2019 MultiMedia Soft

VideoPlayer.AudioRendererDsDeviceGet method

Previous pageReturn to chapter overviewNext page

Remarks

 

Obtains the DirectSound device currently used by the given player for playing the audio stream of the loaded video clip when the rendering mode has been set to AUDIO_RENDERER_MODE_DS_STANDARD or to AUDIO_RENDERER_MODE_CUSTOM_2 through the VideoPlayer.AudioRendererModeSet method. The current DirectSound device can be changed through the VideoPlayer.AudioRendererDsDeviceSet 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 AudioRendererDsDeviceGet (

nPlayerIndex as Int16

) as Int16


 

[C#]

public Int16 AudioRendererDsDeviceGet (

Int16 nPlayerIndex

);


 

[C++]

public: Int16 AudioRendererDsDeviceGet (

Int16 nPlayerIndex

);


 

Parameter

Description

 

 

nPlayerIndex

Number representing the zero-based index of the player that will use the video player.

 

 

 

Return value

 

Value

Meaning

 

 

Value >= 0

The zero-based index of the current DirectSound device.

Negative value

An error occurred (see the LastError property for further error details)