All live media feed entities are structured as follows:
entity
:
[int] Id:
The unique identifier for the live media feed entity[string] Name:
The name of the live media feed entity[TimeSpan] TTL:
The frequency with which players will query BSN.cloud servers to determine if there is any new live media to include or exclude in the feed.[string] PhysicalPath:
The location of the live media feed file in the server directory[long] FileSize:
The size of the live media feed file (in bytes)[string] FileHash:
The hash value of the live media feed file[DateTime] CreationDate:
A timestamp indicating when the live media feed was created on BSN.cloud. See DateTime for more information about this data type.[DateTime] LastModifiedDate:
A timestamp indicating when the live media feed was last modified on BSN.cloud. See DateTime for more information about this data type.[LiveMediaFeedContent[]] Content:
[int]
ContentId:
The unique identifier for the live media feed content[string] FileName:
The file name of the live media feed content[string] Title:
[string] Description:
[bool] Disabled:
Whether or not the live media feed is disabled[TimeSpan] DisplayDuration:
The amount of time the content will be displayed before transitioning to the next entry. See TimeSpan for more information about this data type.[DateTime?] ValidityStartDate:
The validity start date for the entry (that is, the point at which it will start being included in the live text feed). A null value specifies that the item is valid immediately when added to the live text feed. See DateTime for more information about this data type.[DateTime?] ValidityEndDate:
The validity end date for the associated entry (that is, the point at which it will no longer be included in the live text feed). A null value specifies that the item will be valid until it is removed from the live text feed manually by a user. See DateTime for more information about this data type.
An object containing key:value pairs. Each pair corresponds to a custom field associated with the MRSS entry.[
Dictionary<string, string>] CustomFields:
[List<Permission>] Permissions:
A list of permission object instances representing permissions rules assigned to the live media feed instance[PresentationInfo[]] Presentations:
An array of Presentation Info entities for each presentation associated with the live media feed instance