Class PlaylistTypes
The type of playlist determines which of the source types are compatible.
Inheritance
System.Object
PlaylistTypes
Namespace: RevelDigital.Player.RevelScript.Globals
Assembly: RevelDigital.Player.RevelScript.dll
Syntax
public sealed class PlaylistTypes
Fields
Gallery
Multimedia playlist for use with multiple source types.
Declaration
public const string Gallery = "Gallery"
Field Value
Type | Description |
---|---|
System.String |
Image
Images only. Used for slideshows with transition effects.
Declaration
public const string Image = "Image"
Field Value
Type | Description |
---|---|
System.String |
Ticker
Playlist for text based sources.
Declaration
public const string Ticker = "Ticker"
Field Value
Type | Description |
---|---|
System.String |