@@ -9,7 +9,7 @@ manager: femila
9
9
ms.service : media-services
10
10
ms.subservice : video-indexer
11
11
ms.topic : article
12
- ms.date : 07/29/2019
12
+ ms.date : 02/03/2020
13
13
ms.author : juliako
14
14
---
15
15
@@ -261,6 +261,25 @@ If you want to disable captions, you can pass the `captions` parameter value as
261
261
#### AutoPlay
262
262
By default, the player will start playing the video. you can choose not to by passing ` &autoplay=false ` to the preceding embed URL.
263
263
264
+ ## Code samples
265
+
266
+ See [ code samples] ( https://github.com/Azure-Samples/media-services-video-indexer/tree/master/Widgets ) .
267
+
268
+ The repository contains the following samples for Video Indexer API and Widgets"
269
+
270
+ | File/folder | Description |
271
+ | -----------------------------------| --------------------------------------------|
272
+ | ` azure-media-player ` | Load video indexer video in a custom Azure Media Player |
273
+ | ` azure-media-player-vi-insights ` | Embed VI Insights with a custom Azure Media Player |
274
+ | ` control-vi-embedded-player ` | Embed VI Player and control it from outside |
275
+ | ` custom-index-location ` | Embed VI Insights from a custom external location (can be customer a blob) |
276
+ | ` embed-both-insights ` | Basic usage of VI Insights both player and insights |
277
+ | ` embed-insights-with-AMP ` | Embed VI Insights widget with a custom Azure Media Player |
278
+ | ` customize-the-widgets ` | Embed VI widgets with a customized options |
279
+ | ` embed-both-widgets ` | Embed VI Player and Insights and communicate between them |
280
+ | ` url-generator ` | Generates widgets custom embed url based on user specified options |
281
+ | ` html5-player ` | Embed VI Insights with a default HTML5 Video player |
282
+
264
283
## Next steps
265
284
266
285
For information about how to view and edit Video Indexer insights, see [ View and edit Video Indexer insights] ( video-indexer-view-edit.md ) .
0 commit comments