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.Office.DocumentManagement.VideoSets.EmbedCodeConfiguration

Namespace:  Microsoft.Office.DocumentManagement.VideoSets
Assembly:  Microsoft.Office.DocumentManagement (in Microsoft.Office.DocumentManagement.dll)

Syntax

'Declaration
Public Class EmbedCodeConfiguration
'Usage
Dim instance As EmbedCodeConfiguration
public class EmbedCodeConfiguration

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.

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.

See also

Reference

EmbedCodeConfiguration members

Microsoft.Office.DocumentManagement.VideoSets namespace

MediaWebPart