VideoPreviewImageUrls Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public class VideoPreviewImageUrls
type VideoPreviewImageUrls = class
Public Class VideoPreviewImageUrls
- Inheritance
-
VideoPreviewImageUrls
Constructors
VideoPreviewImageUrls() |
Initializes a new instance of the VideoPreviewImageUrls class. |
VideoPreviewImageUrls(String, String, String) |
Initializes a new instance of the VideoPreviewImageUrls class. |
Properties
Large |
Gets or sets high resolution preview image URL. |
Medium |
Gets or sets medium resolution preview image URL. |
Small |
Gets or sets low resolution preview image URL. |