StreamingPath 類別
串流路徑的類別。
必須填入所有必要的參數,才能傳送至 Azure。
- 繼承
-
azure.mgmt.media._serialization.ModelStreamingPath
建構函式
StreamingPath(*, streaming_protocol: str | _models.StreamingPolicyStreamingProtocol, encryption_scheme: str | _models.EncryptionScheme, paths: List[str] | None = None, **kwargs)
僅限關鍵字的參數
名稱 | Description |
---|---|
streaming_protocol
|
串流通訊協定。 必要。 已知值為:「Hls」、「Dash」、「SmoothStreaming」 和 「Download」。 |
encryption_scheme
|
加密配置。 必要。 已知值為:「NoEncryption」、「EnvelopeEncryption」、「CommonEncryptionCenc」 和 「CommonEncryptionCbcs」。 |
paths
|
每個通訊協定和 encryptionScheme 配對的串流路徑。 |
變數
名稱 | Description |
---|---|
streaming_protocol
|
串流通訊協定。 必要。 已知值為:「Hls」、「Dash」、「SmoothStreaming」 和 「Download」。 |
encryption_scheme
|
加密配置。 必要。 已知值為:「NoEncryption」、「EnvelopeEncryption」、「CommonEncryptionCenc」 和 「CommonEncryptionCbcs」。 |
paths
|
每個通訊協定和 encryptionScheme 配對的串流路徑。 |