Partager via


StreamingPath Constructeurs

Définition

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'

paths
IList<String>

Chemins de diffusion en continu pour chaque paire protocole et encryptionScheme

S’applique à