VideoItem.GetPlaybackUrl method
Namespace: Microsoft.SharePoint.Client.Publishing
Assembly: Microsoft.SharePoint.Client.Publishing (in Microsoft.SharePoint.Client.Publishing.dll)
Syntax
'Declaration
Public Overridable Function GetPlaybackUrl ( _
videoFormat As VideoStreamingFormat _
) As ClientResult(Of String)
'Usage
Dim instance As VideoItem
Dim videoFormat As VideoStreamingFormat
Dim returnValue As ClientResult(Of String)
returnValue = instance.GetPlaybackUrl(videoFormat)
public virtual ClientResult<string> GetPlaybackUrl(
VideoStreamingFormat videoFormat
)
Parameters
- videoFormat
Type: Microsoft.SharePoint.Client.Publishing.VideoStreamingFormat
Return value
Type: Microsoft.SharePoint.Client.ClientResult<String>