IVideoCard interface 
Interface definition for a video card
- Extends
Properties
| aspect | Hint of the aspect ratio of the video or animation. Allowed values are "16:9" and "4:3". | 
| autoloop | Should the media source reproduction run in a loop | 
| autostart | Should the media start automatically | 
| buttons | Set of actions applicable to the current 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 | Messaging supports all media formats: audio, video, images and thumbnails as well to optimize content download. | 
| media | Media source for video, audio or animations | 
| shareable | Should media be shareable | 
| subtitle | Subtitle appears just below Title field, differs from Title in font styling only | 
| text | Text field appears just below subtitle, differs from Subtitle in font styling only | 
| title | Title of the Card | 
| value | Supplementary parameter for this card. | 
Property Details
aspect
Hint of the aspect ratio of the video or animation. Allowed values are "16:9" and "4:3".
aspect: stringProperty Value
string
autoloop
Should the media source reproduction run in a loop
autoloop: booleanProperty Value
boolean
autostart
Should the media start automatically
autostart: booleanProperty Value
boolean
buttons
duration
Describes the length of the media content without requiring a receiver to open the content. Formatted as an ISO 8601 Duration field.
duration: stringProperty Value
string
image
Messaging supports all media formats: audio, video, images and thumbnails as well to optimize content download.
image: ICardImageProperty Value
media
shareable
Should media be shareable
shareable: booleanProperty Value
boolean
subtitle
Subtitle appears just below Title field, differs from Title in font styling only
subtitle: stringProperty Value
string
text
Text field appears just below subtitle, differs from Subtitle in font styling only
text: stringProperty Value
string
title
Title of the Card
title: stringProperty Value
string
value
Supplementary parameter for this card.
value: anyProperty Value
any