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

StreamingPath 类

定义

流式处理的路径类

public class StreamingPath
type StreamingPath = class
Public Class StreamingPath
继承
StreamingPath

构造函数

StreamingPath()

初始化 StreamingPath 类的新实例。

StreamingPath(StreamingPolicyStreamingProtocol, EncryptionScheme, IList<String>)

初始化 StreamingPath 类的新实例。

属性

EncryptionScheme

获取或设置加密方案。 可能的值包括:“NoEncryption”、“EnvelopeEncryption”、“CommonEncryptionCenc”、“CommonEncryptionCbcs”

Paths

获取或设置每个协议和 encryptionScheme 对的流式处理路径

StreamingProtocol

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

方法

Validate()

验证 对象。

适用于