Movie Player Pro ActiveX Control ReferenceProperties AudioStreamCount Movie Player ActiveX Control AudioStreamCount Get the audio stream count of selected video/audio file. MoviePlayer1.AudioStreamCount[=inter] ParameterIntegerthe audio stream count of selected video/audio file.RemarkThis property is Read only. Example Visual Basic SyntaxMoviePlayer1.FileName="c:\test.mpg"iAudioStreamCount=MoviePlayer1.AudioStreamCount