VideoPreviewImageUrls interface
Video preview image URLs. These URLs can be used in conjunction with the video content authorization token to download the most recent still image from the video archive in different resolutions. They are available when the video type is 'archive' and preview images are enabled.
Properties
large | High resolution preview image URL. |
medium | Medium resolution preview image URL. |
small | Low resolution preview image URL. |
Property Details
large
High resolution preview image URL.
large?: string
Property Value
string
medium
Medium resolution preview image URL.
medium?: string
Property Value
string
small
Low resolution preview image URL.
small?: string
Property Value
string
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript