Share via


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

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.
Public property TypeId (Overrides ClientValueObject.TypeId.)

Top

Methods

  Name Description
Public method CustomFromJson This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.)
Public method CustomWriteToXml This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.)
Public method FromJson This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.)
Protected method InitOnePropertyFromJson This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.)
Public method ToString (Inherited from Object.)
Public method WriteToXml This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.)

Top

See also

Reference

EmbedCodeConfiguration class

Microsoft.SharePoint.Client.Video namespace