Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
Waher.Content.Markdown.Xamarin.Multimedia.AudioContent Class Reference

Audio content. More...

Inheritance diagram for Waher.Content.Markdown.Xamarin.Multimedia.AudioContent:
Waher.Content.Markdown.Model.Multimedia.AudioContent Waher.Content.Markdown.Xamarin.IMultimediaXamarinFormsXamlRenderer Waher.Content.Markdown.Model.MultimediaContent Waher.Content.Markdown.Rendering.IMultimediaRenderer Waher.Content.Markdown.Model.IMultimediaContent Waher.Content.Markdown.Model.IMultimediaContent

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...
 

Detailed Description

Audio content.

Definition at line 10 of file AudioContent.cs.

Constructor & Destructor Documentation

◆ AudioContent()

Waher.Content.Markdown.Xamarin.Multimedia.AudioContent.AudioContent ( )

Audio content.

Definition at line 15 of file AudioContent.cs.

Member Function Documentation

◆ EmbedInlineLink()

override bool Waher.Content.Markdown.Model.Multimedia.AudioContent.EmbedInlineLink ( string  Url)
virtualinherited

If the link provided should be embedded in a multi-media construct automatically.

Parameters
UrlInline link.

Implements Waher.Content.Markdown.Model.MultimediaContent.

Definition at line 34 of file AudioContent.cs.

◆ RenderXamarinFormsXaml()

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.

Parameters
RendererRenderer.
ItemsMultimedia items.
ChildNodesChild nodes.
AloneInParagraphIf the element is alone in a paragraph.
DocumentMarkdown document containing element.

Implements Waher.Content.Markdown.Xamarin.IMultimediaXamarinFormsXamlRenderer.

Definition at line 27 of file AudioContent.cs.

◆ Supports()

override Grade Waher.Content.Markdown.Model.Multimedia.AudioContent.Supports ( MultimediaItem  Item)
virtualinherited

Checks how well the handler supports multimedia content of a given type.

Parameters
ItemMultimedia item.
Returns
How well the handler supports the content.

Implements Waher.Content.Markdown.Model.MultimediaContent.

Definition at line 22 of file AudioContent.cs.


The documentation for this class was generated from the following file: