Class Video
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
FileName
I actually think this is a file PATH...
public string FileName { get; }
Property Value
FramesPerSecond
Gets the frame rate of this video.
public float FramesPerSecond { get; }
Property Value
Height
Gets the height of this video, in pixels.
public int Height { get; }
Property Value
VideoSoundtrackType
Gets the VideoSoundtrackType for this video.
public VideoSoundtrackType VideoSoundtrackType { get; }
Property Value
Width
Gets the width of this video, in pixels.
public int Width { get; }
Property Value
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()
~Video()
protected ~Video()