Movie Player Pro ActiveX Control ReferenceProperties VideoStreamFormat Movie Player ActiveX Control VideoStreamFormat Get the video stream format of selected video file. MoviePlayer1.VideoStreamFormat[=String] Parameterstringthe string of video stream format.RemarkThis property is Read only. Example Visual Basic SyntaxMoviePlayer1.FileName="c:\test.mpg"strVideoStreamFormat=MoviePlayer1.VideoStreamFormat