[]
Sets the video URL associated with this WebVideoProperties.
public void SetUrl(string url)
| Type | Name | Description |
|---|---|---|
| string | url | The video URL. |
Sets the video URL and title associated with this WebVideoProperties.
public void SetUrl(string url, string title)
| Type | Name | Description |
|---|---|---|
| string | url | The video URL. |
| string | title | The title of web video player. |
Sets the video URL, title and size associated with this WebVideoProperties.
public void SetUrl(string url, string title, int width, int height)
| Type | Name | Description |
|---|---|---|
| string | url | The video URL. |
| string | title | The title of web video player. |
| int | width | The width of the player, overrides the current Width. |
| int | height | The height of the player, overrides the current Height. |