Udostępnij przez


AudioCard Class

Definition

Audio card.

public class AudioCard
type AudioCard = class
Public Class AudioCard
Inheritance
AudioCard

Constructors

AudioCard()

Initializes a new instance of AudioCard.

AudioCard(String, String, String, ThumbnailUrl, IList<MediaUrl>, IList<CardAction>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, String, Object, String)

Initializes a new instance of AudioCard.

Fields

ContentType

The content type value of a AudioCard.

Properties

Aspect

Aspect ratio of thumbnail/media placeholder. Allowed values are "16:9" and "4:3".

Autoloop

Should the client loop playback at end of content (default:true).

Autostart

Should the client automatically start playback of media in this card (default:true).

Buttons

Actions on this card.

Duration

Describes the length of the media content without requiring a receiver to open the content. Formatted as an ISO 8601 Duration field.

Image

Thumbnail URL.

Media

Media URLs for this card. When this field contains more than one URL, each URL is an alternative format of the same content.

Shareable

This content may be shared with others (default:true).

Subtitle

Subtitle of this card.

Text

Text of this card.

Title

Title of this card.

Value

Supplementary parameter for this card.

Methods

ToAttachment()

Creates a new attachment from AudioCard.

Extension Methods

ToAttachment(AudioCard)

Creates a new attachment from AudioCard.

Applies to