Skip to content

Instantly share code, notes, and snippets.

@bjartwolf
Last active February 6, 2019 12:46
Show Gist options
  • Save bjartwolf/94d0035423bde3f8adc3895ec9101bb6 to your computer and use it in GitHub Desktop.
Save bjartwolf/94d0035423bde3f8adc3895ec9101bb6 to your computer and use it in GitHub Desktop.
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