EmbedCodeConfiguration members

Provides a set of properties used to configure the embed code for the media player retrieved from the GetEmbedCode(String, EmbedCodeConfiguration) method.

The EmbedCodeConfiguration type exposes the following members.

Constructors

  Name Description
Public method EmbedCodeConfiguration Initializes a new instance of the EmbedCodeConfiguration object.

Top

Properties

  Name Description
Public property AutoPlay Gets or sets whether to start playing the media automatically.
Public property DisplayTitle Gets or sets whether to display the video title in the element that displays the video stream.
Public property LinkToOwnerProfilePage Gets or sets whether to add a link to the profile page of the video owner in the title bar of the media element.
Public property LinkToVideoHomePage Gets or sets whether to add a link to the video player page in the title bar of the media element.
Public property Loop Gets or sets whether to restart video playback automatically from the beginning after video playback ends.
Public property PixelHeight Gets or sets the pixel height of the element that displays the media stream.
Public property PixelWidth Gets or sets the pixel width of the element that displays the media stream.
Public property PreviewImagePath Gets or sets the URL for the preview image to display before the media plays.
Public property StartTime Gets or sets the offset from the beginning of the media stream when playback starts.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See also

Reference

EmbedCodeConfiguration class

Microsoft.Office.DocumentManagement.VideoSets namespace