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 | |
---|---|---|
EmbedCodeConfiguration |
Top
Properties
Name | Description | |
---|---|---|
AutoPlay | Gets or sets whether to start playing the media automatically. | |
DisplayTitle | Gets or sets whether to display the video title in the element that displays the video stream. | |
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. | |
LinkToVideoHomePage | Gets or sets whether to add a link to the video player page in the title bar of the media element. | |
Loop | Gets or sets whether to restart video playback automatically from the beginning after video playback ends. | |
PixelHeight | Gets or sets the pixel height of the element that displays the media stream. | |
PixelWidth | Gets or sets the pixel width of the element that displays the media stream. | |
PreviewImagePath | Gets or sets the URL for the preview image to display before the media plays. | |
StartTime | Gets or sets the offset from the beginning of the media stream when playback starts. | |
TypeId | (Overrides ClientValueObject.TypeId.) |
Top
Methods
Name | Description | |
---|---|---|
CustomFromJson | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) | |
CustomWriteToXml | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) | |
FromJson | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) | |
InitOnePropertyFromJson | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) | |
ToString | (Inherited from Object.) | |
WriteToXml | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from ClientValueObject.) |
Top