VideoSource
Source of the video content for a VideoPlayer.
Elements
Element | Description |
---|---|
VideoSource.Url | Use the current URL as the video content source. |
VideoSource.VideoClip | Use the current clip as the video content source. |
Extra Detail
A VideoPlayer can contain valid references to both a VideoClip and a URL at the same time. This enum expresses which of the two should be used for playback.