An optional type that lets you choose a particular video frame to use as the thumbnail image.
Syntax
Name | Type | Description |
---|---|---|
thumbnailTime | xsd:long | Sets in the time (in milliseconds from video start) for the frame you want to use for the video thumbnail. Values range from 0 to the end of the video. Note: The system uses the first frame of the video for the thumbnail if you specify the time incorrectly. See MediaOptions. |
<complexType name="ThumbnailOptions">
<sequence>
<element name="thumbnailTime" type="xsd:long" minOccurs="0"/>
</sequence>
</complexType>