Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

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 file in the server directory

  • [long] FileSize:

  • [string] FileHash:

  • [DateTime] CreationDate: A timestamp indicating when the live media feed was created on BSN.cloud. See Custom Data Types for more information about this data type.

  • [DateTime] LastModifiedDate: A timestamp indicating when the live media feed was last modified on BSN.cloud. See Custom Data Types for more information about this data type.

  • [LiveMediaFeedContent[]] Content:

    • [int] ContentId

    • [string] FileName

    • [string] Title

    • [string] Description

    • [bool] Disabled

    • [TimeSpan] DisplayDuration

    • [DateTime?] ValidityStartDate

    • [DateTime?] ValidityEndDate

    • [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





  • No labels