del método VideoItem.GetPlaybackUrl
Espacio de nombres: Microsoft.SharePoint.Client.Publishing
Ensamblados: Microsoft.SharePoint.Client.Publishing.Silverlight (en Microsoft.SharePoint.Client.Publishing.Silverlight.dll); Microsoft.SharePoint.Client.Publishing.Phone (en Microsoft.SharePoint.Client.Publishing.Phone.dll) Microsoft.SharePoint.Client.Publishing (en Microsoft.SharePoint.Client.Publishing.dll)
Sintaxis
'Declaración
Public Overridable Function GetPlaybackUrl ( _
videoFormat As VideoStreamingFormat _
) As ClientResult(Of String)
'Uso
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
)
Parámetros
- videoFormat
Tipo: Microsoft.SharePoint.Client.Publishing.VideoStreamingFormat
Valor devuelto
Tipo: Microsoft.SharePoint.Client.ClientResult<String>