EmbedCodeConfiguration class
Provides a set of properties used to configure the embed code for the media player retrieved from the GetEmbedCode(String, EmbedCodeConfiguration) method.
Inheritance hierarchy
System.Object
Microsoft.SharePoint.Client.ClientValueObject
Microsoft.SharePoint.Client.Video.EmbedCodeConfiguration
Namespace: Microsoft.SharePoint.Client.Video
Assembly: Microsoft.SharePoint.Client.DocumentManagement (in Microsoft.SharePoint.Client.DocumentManagement.dll)
Syntax
'Declaration
Public Class EmbedCodeConfiguration _
Inherits ClientValueObject
'Usage
Dim instance As EmbedCodeConfiguration
public class EmbedCodeConfiguration : ClientValueObject
Remarks
The EmbedCodeConfiguration class is the main way to customize the embedded media player properties such as dimensions, preview image, playback start time, and so on. If the embed code configuration is unspecified, default values for each corresponding property are applied.t
Thread safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.