EmbedCodeConfiguration.StartTime 属性

Gets or sets the offset from the beginning of the media stream when playback starts.

命名空间:  Microsoft.SharePoint.Client.Video
程序集:   Microsoft.SharePoint.Client.DocumentManagement.Silverlight(位于 Microsoft.SharePoint.Client.DocumentManagement.Silverlight.dll 中);  Microsoft.SharePoint.Client.DocumentManagement.Phone(位于 Microsoft.SharePoint.Client.DocumentManagement.Phone.dll 中)  Microsoft.SharePoint.Client.DocumentManagement(位于 Microsoft.SharePoint.Client.DocumentManagement.dll 中)

语法

声明
Public Property StartTime As UInteger
    Get
    Set
用法
Dim instance As EmbedCodeConfiguration
Dim value As UInteger

value = instance.StartTime

instance.StartTime = value
public uint StartTime { get; set; }

属性值

类型:System.UInt32
The offset in seconds from the beginning of the media stream when playback starts.

备注

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.

另请参阅

引用

EmbedCodeConfiguration 类

EmbedCodeConfiguration 成员

Microsoft.SharePoint.Client.Video 命名空间