Version: Unity 6 (6000.0)
LanguageEnglish
  • C#

UnityEngine.VideoModule

Description

The Video module lets you play back video files in your content.

Classes

Description
VideoClipA container for video data.
VideoPlayerPlays video content onto a target.
VideoPlayerExtensionsExtension methods for the VideoPlayer class.

Structs

Description
VideoClipPlayableAn implementation of IPlayable that controls playback of a VideoClip.

Enumerations

Description
Video3DLayoutTypes of 3D content layout within a video.
VideoAspectRatioUse these methods to fit a video into your target area.
VideoAudioOutputModePlaces where the audio embedded in a video can be sent.
VideoRenderModeType of destination for the images read by a VideoPlayer.
VideoSourceSource of the video content for a VideoPlayer.
VideoTimeReferenceThe clock that the VideoPlayer observes to detect and correct drift.
VideoTimeUpdateModeDefines the time source the VideoPlayer uses to update the timing of the video playback.