Compartilhar via


StreamingPath Construtores

Definição

Sobrecargas

StreamingPath()

Inicializa uma nova instância da classe StreamingPath.

StreamingPath(StreamingPolicyStreamingProtocol, EncryptionScheme, IList<String>)

Inicializa uma nova instância da classe StreamingPath.

StreamingPath()

Inicializa uma nova instância da classe StreamingPath.

public StreamingPath ();
Public Sub New ()

Aplica-se a

StreamingPath(StreamingPolicyStreamingProtocol, EncryptionScheme, IList<String>)

Inicializa uma nova instância da 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)

Parâmetros

streamingProtocol
StreamingPolicyStreamingProtocol

Protocolo de streaming. Os valores possíveis incluem: 'Hls', 'Dash', 'SmoothStreaming', 'Download'

encryptionScheme
EncryptionScheme

Esquema de criptografia. Os valores possíveis incluem: 'NoEncryption', 'EnvelopeEncryption', 'CommonEncryptionCenc', 'CommonEncryptionCbcs'

paths
IList<String>

Caminhos de streaming para cada protocolo e um par encryptionScheme

Aplica-se a