![]() |
Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
|
Public Member Functions | |
AudioContent () | |
Audio content. More... | |
Task | RenderXamarinFormsXaml (XamarinFormsXamlRenderer Renderer, MultimediaItem[] Items, IEnumerable< MarkdownElement > ChildNodes, bool AloneInParagraph, MarkdownDocument Document) |
Generates Xamarin.Forms XAML for the markdown element. More... | |
override Grade | Supports (MultimediaItem Item) |
Checks how well the handler supports multimedia content of a given type. More... | |
override bool | EmbedInlineLink (string Url) |
If the link provided should be embedded in a multi-media construct automatically. More... | |
Audio content.
Definition at line 10 of file AudioContent.cs.
Waher.Content.Markdown.Xamarin.Multimedia.AudioContent.AudioContent | ( | ) |
Audio content.
Definition at line 15 of file AudioContent.cs.
|
virtualinherited |
If the link provided should be embedded in a multi-media construct automatically.
Url | Inline link. |
Implements Waher.Content.Markdown.Model.MultimediaContent.
Definition at line 34 of file AudioContent.cs.
Task Waher.Content.Markdown.Xamarin.Multimedia.AudioContent.RenderXamarinFormsXaml | ( | XamarinFormsXamlRenderer | Renderer, |
MultimediaItem[] | Items, | ||
IEnumerable< MarkdownElement > | ChildNodes, | ||
bool | AloneInParagraph, | ||
MarkdownDocument | Document | ||
) |
Generates Xamarin.Forms XAML for the markdown element.
Renderer | Renderer. |
Items | Multimedia items. |
ChildNodes | Child nodes. |
AloneInParagraph | If the element is alone in a paragraph. |
Document | Markdown document containing element. |
Implements Waher.Content.Markdown.Xamarin.IMultimediaXamarinFormsXamlRenderer.
Definition at line 27 of file AudioContent.cs.
|
virtualinherited |
Checks how well the handler supports multimedia content of a given type.
Item | Multimedia item. |
Implements Waher.Content.Markdown.Model.MultimediaContent.
Definition at line 22 of file AudioContent.cs.