StreamingPath Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
StreamingPath() |
Initialise une nouvelle instance de la classe StreamingPath. |
StreamingPath(StreamingPolicyStreamingProtocol, EncryptionScheme, IList<String>) |
Initialise une nouvelle instance de la classe StreamingPath. |
StreamingPath()
Initialise une nouvelle instance de la classe StreamingPath.
public StreamingPath ();
Public Sub New ()
S’applique à
StreamingPath(StreamingPolicyStreamingProtocol, EncryptionScheme, IList<String>)
Initialise une nouvelle instance de la classe StreamingPath.
public StreamingPath (Microsoft.Azure.Management.Media.Models.StreamingPolicyStreamingProtocol streamingProtocol, Microsoft.Azure.Management.Media.Models.EncryptionScheme encryptionScheme, System.Collections.Generic.IList<string> paths = default);
new Microsoft.Azure.Management.Media.Models.StreamingPath : Microsoft.Azure.Management.Media.Models.StreamingPolicyStreamingProtocol * Microsoft.Azure.Management.Media.Models.EncryptionScheme * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Media.Models.StreamingPath
Public Sub New (streamingProtocol As StreamingPolicyStreamingProtocol, encryptionScheme As EncryptionScheme, Optional paths As IList(Of String) = Nothing)
Paramètres
- streamingProtocol
- StreamingPolicyStreamingProtocol
Protocole de streaming. Les valeurs possibles sont les suivantes : 'Hls', 'Dash', 'SmoothStreaming', 'Download'
- encryptionScheme
- EncryptionScheme
Schéma de chiffrement. Les valeurs possibles sont les suivantes : 'NoEncryption', 'EnvelopeEncryption', 'CommonEncryptionCenc', 'CommonEncryptionCbcs'
S’applique à
Azure SDK for .NET