[]
Sets the video URL associated with this WebVideoProperties.
public void SetUrl(string url)
Public Sub SetUrl(url As String)
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)
Public Sub SetUrl(url As String, title As String)
Sets the video URL, title and size associated with this WebVideoProperties.
public void SetUrl(string url, string title, int width, int height)
Public Sub SetUrl(url As String, title As String, width As Integer, height As Integer)