你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

StreamingPath 构造函数

定义

重载

StreamingPath()

初始化 StreamingPath 类的新实例。

StreamingPath(StreamingPolicyStreamingProtocol, EncryptionScheme, IList<String>)

初始化 StreamingPath 类的新实例。

StreamingPath()

初始化 StreamingPath 类的新实例。

public StreamingPath ();
Public Sub New ()

适用于

StreamingPath(StreamingPolicyStreamingProtocol, EncryptionScheme, IList<String>)

初始化 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)

参数

streamingProtocol
StreamingPolicyStreamingProtocol

流式处理协议。 可能的值包括:“Hls”、“Dash”、“SmoothStreaming”、“Download”

encryptionScheme
EncryptionScheme

加密方案。 可能的值包括:“NoEncryption”、“EnvelopeEncryption”、“CommonEncryptionCenc”、“CommonEncryptionCbcs”

paths
IList<String>

每个协议和 encryptionScheme 对的流式处理路径

适用于