Table of Contents

Class Video

Namespace
Microsoft.Xna.Framework.Media
Assembly
MonoGame.Framework.dll

Represents a video.

public sealed class Video : IDisposable
Inheritance
Video
Implements
Inherited Members

Properties

Duration

Gets the duration of the Video.

public TimeSpan Duration { get; }

Property Value

TimeSpan

FileName

I actually think this is a file PATH...

public string FileName { get; }

Property Value

string

FramesPerSecond

Gets the frame rate of this video.

public float FramesPerSecond { get; }

Property Value

float

Height

Gets the height of this video, in pixels.

public int Height { get; }

Property Value

int

VideoSoundtrackType

Gets the VideoSoundtrackType for this video.

public VideoSoundtrackType VideoSoundtrackType { get; }

Property Value

VideoSoundtrackType

Width

Gets the width of this video, in pixels.

public int Width { get; }

Property Value

int

Methods

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

public void Dispose()

~Video()

protected ~Video()