你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
StreamingPath 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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”