Copyright © 2001-2019 MultiMedia Soft

AudioExtractFromVideoStart event

Previous pageReturn to chapter overviewNext page

Remarks

 

Occurs at the beginning of the extraction of the audio track from a video file. The audio extraction is started through a previous call to the VideoPlayer.AudioTrackExtract method.

 

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

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

 

 

Syntax

 

[Visual Basic]

AudioExtractFromVideoStart (

ByVal nPlayer as Integer

)


 

[C++]

void AudioExtractFromVideoStart (

short nPlayer

);


 

 

Parameter

Description

 

 

nPlayer

Number representing the zero-based index of the player that fired the event