Freigeben über


VideoItem.GetPlaybackUrl-Methode

Namespace:  Microsoft.SharePoint.Client.Publishing
Assemblys:   Microsoft.SharePoint.Client.Publishing.Silverlight (in Microsoft.SharePoint.Client.Publishing.Silverlight.dll);  Microsoft.SharePoint.Client.Publishing.Phone (in Microsoft.SharePoint.Client.Publishing.Phone.dll)  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
)

Parameter

Rückgabewert

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

Siehe auch

Referenz

VideoItem Klasse

VideoItem-Member

Microsoft.SharePoint.Client.Publishing-Namespace