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

ContentKeyPolicyFairPlayOfflineRentalConfiguration(Int64, Int64) 构造函数

定义

初始化 ContentKeyPolicyFairPlayOfflineRentalConfiguration 的新实例。

public ContentKeyPolicyFairPlayOfflineRentalConfiguration (long playbackDurationInSeconds, long storageDurationInSeconds);
new Azure.ResourceManager.Media.Models.ContentKeyPolicyFairPlayOfflineRentalConfiguration : int64 * int64 -> Azure.ResourceManager.Media.Models.ContentKeyPolicyFairPlayOfflineRentalConfiguration
Public Sub New (playbackDurationInSeconds As Long, storageDurationInSeconds As Long)

参数

playbackDurationInSeconds
Int64

播放持续时间。

storageDurationInSeconds
Int64

存储持续时间。

适用于