Last active
February 6, 2019 12:46
-
-
Save bjartwolf/94d0035423bde3f8adc3895ec9101bb6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public string Description { get; set; } | |
public string Category { get; set; } | |
public OnDemandUsageRights UsageRights { get; set; } | |
public bool IsLive { get; set; } | |
public string HlsMediaUrl { get; set; } | |
public string FlashMediaUrl { get; set; } | |
public MediaType MediaType { get; set; } | |
public ClipScoreStreaming ScoresStreaming { get; set; } | |
public MediaAssetsOnDemand MediaAssetsOnDemand { get; set; } | |
public TimeSpan Duration { get; set; } | |
public bool ExternalEmbeddingAllowed { get; set; } | |
public CdnImage Images { get; set; } | |
public bool Active { get; set; } | |
public int LiveBufferInMinutes { get; set; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment