Class AzureMediaPlayerEmbedMediaRenderer
Renderer for an azure media player in an iframe
Inheritance
System.Object
AzureMediaPlayerEmbedMediaRenderer
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ImageVault.Common.Html
Assembly: ImageVault.Common.dll
Syntax
public class AzureMediaPlayerEmbedMediaRenderer : IEmbeddedMediaRenderer, IMediaRenderer
Constructors
AzureMediaPlayerEmbedMediaRenderer()
Declaration
public AzureMediaPlayerEmbedMediaRenderer()
Fields
RendererId
Declaration
public const string RendererId = "BF2B805A-597A-4D46-87CA-90F3C9B9B50C"
Field Value
| Type | Description |
|---|---|
| System.String |
Properties
DirectMediaRendererId
The id of the direct renderer for the embedded content
Declaration
public string DirectMediaRendererId { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Id
Gets the id of the renderer
Declaration
public string Id { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Methods
GetResourceList()
Gets a list of Resources needed for the renderer to work on a html page
Declaration
public IList<RenderResource> GetResourceList()
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.IList<RenderResource> |
Render(RenderContext)
Renders the supplied media
Declaration
public string Render(RenderContext context)
Parameters
| Type | Name | Description |
|---|---|---|
| RenderContext | context | Context to use when rendering the html |
Returns
| Type | Description |
|---|---|
| System.String |