StreamingPath クラス

ストリーミング用のパスのクラス。

Azure に送信するには、必要なすべてのパラメーターを設定する必要があります。

継承
azure.mgmt.media._serialization.Model
StreamingPath

コンストラクター

StreamingPath(*, streaming_protocol: str | _models.StreamingPolicyStreamingProtocol, encryption_scheme: str | _models.EncryptionScheme, paths: List[str] | None = None, **kwargs)

Keyword-Only パラメータ

名前 説明
streaming_protocol

ストリーミング プロトコル。 必須です。 既知の値は、"Hls"、"Dash"、"SmoothStreaming"、"Download" です。

encryption_scheme
str または EncryptionScheme

暗号化スキーム。 必須。 既知の値は、"NoEncryption"、"EnvelopeEncryption"、"CommonEncryptionCenc"、"CommonEncryptionCbcs" です。

paths

各プロトコルと encryptionScheme ペアのストリーミング パス。

変数

名前 説明
streaming_protocol

ストリーミング プロトコル。 必須。 既知の値は、"Hls"、"Dash"、"SmoothStreaming"、"Download" です。

encryption_scheme
str または EncryptionScheme

暗号化スキーム。 必須。 既知の値は、"NoEncryption"、"EnvelopeEncryption"、"CommonEncryptionCenc"、"CommonEncryptionCbcs" です。

paths

各プロトコルと encryptionScheme ペアのストリーミング パス。