PlayReadyHeader.GetAttribute 方法

定义

重载

GetAttribute(Int32)

获取指定索引处的属性。

GetAttribute(String)

获取具有指定名称的特性。

GetAttribute(Int32)

获取指定索引处的属性。

public Microsoft.Media.Drm.PlayReadyHeaderAttribute GetAttribute (int index);
member this.GetAttribute : int -> Microsoft.Media.Drm.PlayReadyHeaderAttribute
Public Function GetAttribute (index As Integer) As PlayReadyHeaderAttribute

参数

index
Int32

要获取的属性的索引。

返回

指定索引处的 PlayReadyHeaderAttribute

例外

小于 index 零或大于或等于 AttributeCount

适用于

GetAttribute(String)

获取具有指定名称的特性。

public Microsoft.Media.Drm.PlayReadyHeaderAttribute GetAttribute (string name);
member this.GetAttribute : string -> Microsoft.Media.Drm.PlayReadyHeaderAttribute
Public Function GetAttribute (name As String) As PlayReadyHeaderAttribute

参数

name
String

属性的名称。

返回

标头的 ; PlayReadyHeaderAttribute 如果属性不存在,则为 null。

适用于