|
Display the secondary video window. Default is false. If purchased output Decklink Plugin, connected Decklink card and set UseExternalPlayoutCard property= TRUE, the second video window will display on Decklink card.
Public Function SetVideoWin2Show( _ ByVal bShow As Bool )
|
Parameter bShow true - show the secondary video window, otherwise don't display secondary video window.
No Return Value
Example
|
Visual Basic Syntax Me.MoviePlayer1.SetVideoWin2Show True Me.MoviePlayer1.SetVideoWin2Owner Me.hWnd Me.MoviePlayer1.SetVideoWnd2Pos 310, 8, 300, 258 Me.MoviePlayer1.SetVideoWin2PopUp true Me.MoviePlayer1.SetVideoWin2Style 0 Me.MoviePlayer1.SetVideoWnd2Caption "My Video" Me.MoviePlayer1.SetVideoWin2AspectRatio False Me.MoviePlayer1.FileName = "c:\test.mpg"
|
|
|