XmpPacketWrapper constructor

init

Initializes a new instance of the XmpPacketWrapper class.

def __init__(self):
    ...

init

Initializes a new instance of the XmpPacketWrapper class.

def __init__(self, header, trailer, xmp_meta):
    ...
Parameter Type Description
header XmpHeaderPI XMP header processing instruction.
trailer XmpTrailerPI XMP trailer processing instruction.
xmp_meta XmpMeta Instance of XmpMeta.

See Also