VideoContentΒΆ

class VideoContent : ContentItem, System.IDisposable

Provides a base class for all video objects.

readonly int BitsPerSecond

Gets the bit rate for this video.

readonly System.TimeSpan Duration

Gets the duration of this video.

string Filename

Gets or sets the file name for this video.

readonly float FramesPerSecond

Gets the frame rate for this video.

readonly int Height

Gets the height of this video.

VideoSoundtrackType VideoSoundtrackType

Gets or sets the type of soundtrack accompanying the video.

readonly int Width

Gets the width of this video.

public void Dispose()

Immediately releases the unmanaged resources used by this object.