Interface ICencDRMInfo2

  • All Superinterfaces:
    ICencDRMInfo

    public interface ICencDRMInfo2
    extends ICencDRMInfo

    Extended interface for Common Encryption (CENC) DRM information classes. Adds extra field not present in ICencDRMInfo.

    • Method Detail

      • clone

        Object clone()
              throws CloneNotSupportedException
        Gets a clone of the DRM Information class. The implementing class should add @Override to the method implementation since the default Object clone() method is protected.
        Throws:
        CloneNotSupportedException