次の方法で共有


StreamingPolicyPlayReadyConfiguration.CustomLicenseAcquisitionUrlTemplate プロパティ

定義

エンド ユーザー プレーヤーにライセンスを配信するカスタム サービスの URL のテンプレートを取得または設定します。 ライセンスの発行に Azure Media Services を使用するときは必要ありません。 このテンプレートでは、置換できるトークンがサポートされ、実行時にサービスによって要求固有の値に更新されます。 現在サポートされているトークンの値は、StreamingLocatorId.AlternativeMediaId の値で置換される {AlternativeMediaId} と、要求対象のキーの ID 値で置換される {ContentKeyId} です。

[Newtonsoft.Json.JsonProperty(PropertyName="customLicenseAcquisitionUrlTemplate")]
public string CustomLicenseAcquisitionUrlTemplate { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="customLicenseAcquisitionUrlTemplate")>]
member this.CustomLicenseAcquisitionUrlTemplate : string with get, set
Public Property CustomLicenseAcquisitionUrlTemplate As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象