Class SourceTypes
Playlists are composed of multiple sources identified by one of the following source types.
Inheritance
System.Object
SourceTypes
Namespace: RevelDigital.Player.RevelScript.Globals
Assembly: RevelDigital.Player.RevelScript.dll
Syntax
public sealed class SourceTypes
Fields
Audio
Audio file of type mp3,wav,etc
Declaration
public const string Audio = "Audio"
Field Value
Type | Description |
---|---|
System.String |
Command
Command embedded in a playlist
Declaration
public const string Command = "Command"
Field Value
Type | Description |
---|---|
System.String |
Flash
Adobe Flash content (swf)
Declaration
public const string Flash = "Flash"
Field Value
Type | Description |
---|---|
System.String |
Image
Static image of type jpg,gif,png,etc
Declaration
public const string Image = "Image"
Field Value
Type | Description |
---|---|
System.String |
Playlist
Embedded playlist
Declaration
public const string Playlist = "Playlist"
Field Value
Type | Description |
---|---|
System.String |
PowerPoint
Microsoft PowerPoint (ppt)
Declaration
public const string PowerPoint = "PowerPoint"
Field Value
Type | Description |
---|---|
System.String |
Rss
RSS 2.0 or Atom 1.0 feed
Declaration
public const string Rss = "Rss"
Field Value
Type | Description |
---|---|
System.String |
Template
Template embedded in a playlist
Declaration
public const string Template = "Template"
Field Value
Type | Description |
---|---|
System.String |
Text
Generic text string
Declaration
public const string Text = "Text"
Field Value
Type | Description |
---|---|
System.String |
Twitter feed
Declaration
public const string Twitter = "Twitter"
Field Value
Type | Description |
---|---|
System.String |
Url
Url for retrieving rss,xml,etc
Declaration
public const string Url = "Url"
Field Value
Type | Description |
---|---|
System.String |
Video
Video of type mpg,wmv,avi,etc
Declaration
public const string Video = "Video"
Field Value
Type | Description |
---|---|
System.String |
WebPage
Content of a web page captured as an image
Declaration
public const string WebPage = "WebPage"
Field Value
Type | Description |
---|---|
System.String |
YouTube
YouTube video
Declaration
public const string YouTube = "YouTube"
Field Value
Type | Description |
---|---|
System.String |