EmbedCodeConfiguration.StartTime property
Gets or sets the offset from the beginning of the media stream when playback starts.
Namespace: Microsoft.Office.DocumentManagement.VideoSets
Assembly: Microsoft.Office.DocumentManagement (in Microsoft.Office.DocumentManagement.dll)
Syntax
'Declaration
Public Property StartTime As UInteger
Get
Set
'Usage
Dim instance As EmbedCodeConfiguration
Dim value As UInteger
value = instance.StartTime
instance.StartTime = value
public uint StartTime { get; set; }
Property value
Type: System.UInt32
The offset in seconds from the beginning of the media stream when playback starts.
Remarks
If this value is not specified, or is not between 0 and the total length of the media, playback starts at 0.
Use this property if the point of interest in the embedded media is far from its beginning.