The Video module lets you play back video files in your content.
| Class | Description | 
|---|---|
| VideoClip | A container for video data. | 
| VideoPlayer | Plays video content onto a target. | 
| VideoPlayerExtensions | Extension methods for the VideoPlayer class. | 
| Struct | Description | 
|---|---|
| VideoClipPlayable | An implementation of IPlayable that controls playback of a VideoClip. | 
| Enumeration | Description | 
|---|---|
| Video3DLayout | Types of 3D content layout within a video. | 
| VideoAspectRatio | Use these methods to fit a video into your target area. | 
| VideoAudioOutputMode | Places where the audio embedded in a video can be sent. | 
| VideoRenderMode | Type of destination for the images read by a VideoPlayer. | 
| VideoSource | Source of the video content for a VideoPlayer. | 
| VideoTimeReference | The clock that the VideoPlayer observes to detect and correct drift. | 
| VideoTimeUpdateMode | Defines the time source the VideoPlayer uses to update the timing of the video playback. |