Compartilhar via


VideoItem.GetPlaybackUrl método

Namespace:  Microsoft.SharePoint.Client.Publishing
Assemblies:   Microsoft.SharePoint.Client.Publishing.Silverlight (em Microsoft.SharePoint.Client.Publishing.Silverlight.dll);  Microsoft.SharePoint.Client.Publishing.Phone (em Microsoft.SharePoint.Client.Publishing.Phone.dll)  Microsoft.SharePoint.Client.Publishing (em Microsoft.SharePoint.Client.Publishing.dll)

Sintaxe

'Declaração
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

Valor retornado

Tipo: Microsoft.SharePoint.Client.ClientResult<String>

Ver também

Referência

VideoItem classe

VideoItem membros

Microsoft.SharePoint.Client.Publishing namespace