
• [string] Description: The value (i.e. MRSS item description) of the associated media item in the related Live
Media Feed.
• [TimeSpan] DisplayDuration: The amount of time the player will display the associated image file. This
property does not apply to audio or video files.
• [DateTime] ValidityStartDate: A value that determines the validity start date for the associated content
item (i.e. the point at which the content item will be start being displayed in the Live Media Feed). A Null value
determines that the content item is valid from the moment it is added to the Live Media Feed; this is the standard
case for most content items.
• [DateTime] ValidityEndDate: A value that determines the validity end date for the associated content item
(i.e. the point at which the content item will no longer be displayed in the Live Media Feed). A Null value determines
that the content item will be valid until it is removed from the Live Media Feed manually by the user; this is the
standard case for most content items.
• [Dictionary<string, string>] CustomFields: A dictionary of key and value pairs. Each pair represents
a custom field associated with the media item in the MRSS file of the related Live Media Feed.
Live Media Feed Management Web Methods
• PagedList<LiveMediaFeed> GetLiveMediaFeeds(string marker, int pageSize)
• List<LiveMediaFeed> GetSpecifiedLiveMediaFeeds(int[] liveMediaFeedIds)
• PagedList<LiveMediaFeed> FindLiveMediaFeeds(string namePattern, string marker, int
pageSize)
• LiveMediaFeed GetLiveMediaFeed(int liveMediaFeedId, bool loadContent)
• LiveMediaFeed GetLiveMediaFeedByName(string name, bool loadContent)
• bool CheckLiveMediaFeedName(string name)
• LiveMediaFeed CreateLiveMediaFeed(LiveMediaFeed entity)
• bool UpdateLiveMediaFeed(LiveMediaFeed entity)
• bool RenameLiveMediaFeed(int liveMediaFeedId, string newName)
• bool DeleteLiveMediaFeeds(int[] liveMediaFeedIds)
Komentarze do niniejszej Instrukcji