Compartir a través de


StreamingPath Constructores

Definición

Sobrecargas

StreamingPath()

Inicializa una nueva instancia de la clase StreamingPath.

StreamingPath(StreamingPolicyStreamingProtocol, EncryptionScheme, IList<String>)

Inicializa una nueva instancia de la clase StreamingPath.

StreamingPath()

Inicializa una nueva instancia de la clase StreamingPath.

public StreamingPath ();
Public Sub New ()

Se aplica a

StreamingPath(StreamingPolicyStreamingProtocol, EncryptionScheme, IList<String>)

Inicializa una nueva instancia de la clase 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)

Parámetros

streamingProtocol
StreamingPolicyStreamingProtocol

Protocolo de streaming. Entre los valores posibles se incluyen: "Hls", "Dash", "SmoothStreaming", "Download"

encryptionScheme
EncryptionScheme

Esquema de cifrado. Entre los valores posibles se incluyen: "NoEncryption", "EnvelopeEncryption", "CommonEncryptionCenc", "CommonEncryptionCbcs".

paths
IList<String>

Rutas de acceso de streaming para cada protocolo y par encryptionScheme

Se aplica a