Video.Video(String,Boolean) Constructor (Microsoft.DirectX.AudioVideoPlayback)
Initializes a new instance of the object.
Definition
Visual Basic Public Sub New( _
ByVal fileName As String, _
ByVal autoRun As Boolean _
)C# public Video(
string fileName,
bool autoRun
);C++ public:
Video(
String^ fileName,
bool autoRun
);JScript public function Video(
fileName : String,
autoRun : boolean
);
Parameters
fileName System.String
Path to the video file this object will play.autoRun System.Boolean
Set to true to automatically start playback. Set to false to open the file but not play it.