Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the offset from the beginning of the media stream when playback starts.
Namespace: Microsoft.SharePoint.Client.Video
Assembly: Microsoft.SharePoint.Client.DocumentManagement (in Microsoft.SharePoint.Client.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.