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