PngImage(String) Constructor
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.
Initializes a new instance of PngImage.
public PngImage (string start);
new Azure.ResourceManager.Media.Models.PngImage : string -> Azure.ResourceManager.Media.Models.PngImage
Public Sub New (start As String)
Parameters
- start
- String
The position in the input video from where to start generating thumbnails. The value can be in ISO 8601 format (For example, PT05S to start at 5 seconds), or a frame count (For example, 10 to start at the 10th frame), or a relative value to stream duration (For example, 10% to start at 10% of stream duration). Also supports a macro {Best}, which tells the encoder to select the best thumbnail from the first few seconds of the video and will only produce one thumbnail, no matter what other settings are for Step and Range. The default value is macro {Best}.
Exceptions
start
is null.
Applies to
Azure SDK for .NET