EmbedCodeConfiguration.Loop 属性
Gets or sets whether to restart video playback automatically from the beginning after video playback ends.
命名空间: 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 Loop As Boolean
Get
Set
用法
Dim instance As EmbedCodeConfiguration
Dim value As Boolean
value = instance.Loop
instance.Loop = value
public bool Loop { get; set; }
属性值
类型:System.Boolean
true if video playback is to be restarted at the beginning after it ends; otherwise, false.
备注
If this value is not specified, its default value is false.