Video.Video Constructor

Language:

Initializes a new instance of the Video class.

Definition

Visual Basic Public Sub New( _
    ByVal fileName As String _
)
C# public Video(
    string fileName
);
C++ public:
 Video(
    StringfileName
);
JScript public function Video(
    fileName : String
);

Parameters

fileName System.String
Path to the video file this object will play.

Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center