VideoItem.GetPlaybackUrl - Méthode
Espace de noms : Microsoft.SharePoint.Client.Publishing
Assemblys : Microsoft.SharePoint.Client.Publishing.Silverlight (dans Microsoft.SharePoint.Client.Publishing.Silverlight.dll); Microsoft.SharePoint.Client.Publishing.Phone (dans Microsoft.SharePoint.Client.Publishing.Phone.dll) Microsoft.SharePoint.Client.Publishing (dans Microsoft.SharePoint.Client.Publishing.dll)
Syntaxe
'Déclaration
Public Overridable Function GetPlaybackUrl ( _
videoFormat As VideoStreamingFormat _
) As ClientResult(Of String)
'Utilisation
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
)
Paramètres
- videoFormat
Type : Microsoft.SharePoint.Client.Publishing.VideoStreamingFormat
Valeur renvoyée
Type : Microsoft.SharePoint.Client.ClientResult<String>