VideoContent Constructor

Note

This constructor is available only when developing for Windows.

Initializes a new copy of the VideoContent class for the specified video file.

Syntax

'Declaration
Public Sub New ( _
         filename As String _
)
public VideoContent (
         string filename
)
public:
VideoContent(
         String filename
)

Parameters

  • filename
    Type: String
    The file name of the video to import.

Requirements

Namespace: Microsoft.Xna.Framework.Content.Pipeline

Assembly: Microsoft.Xna.Framework.Content.Pipeline (in microsoft.xna.framework.content.pipeline.dll)

See Also

Reference

VideoContent Class
VideoContent Members
Microsoft.Xna.Framework.Content.Pipeline Namespace

Platforms

Windows 7, Windows Vista, Windows XP