Class DrmInfo

    • Constructor Detail

      • DrmInfo

        public DrmInfo()
      • DrmInfo

        public DrmInfo​(DrmInfo source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getType

        public String getType()
        Get 加密类型:
      • simpleaes: aes-128 加密
      • 注意:此字段可能返回 null,表示取不到有效值。
Returns:
Type 加密类型:
  • simpleaes: aes-128 加密
  • 注意:此字段可能返回 null,表示取不到有效值。
    Parameters:
    Type - 加密类型:
  • simpleaes: aes-128 加密
  • 注意:此字段可能返回 null,表示取不到有效值。