generate_xmp_packet
Description:
[ Version ( deprecated = true , deprecated_since = "0.12.2" ) ]
public string? generate_xmp_packet (XmpFormatFlags xmp_format_flags, uint32 padding)
public string? generate_xmp_packet (XmpFormatFlags xmp_format_flags, uint32 padding)
Warning: generate_xmp_packet is deprecated since 0.12.2.
Encode the XMP packet as a null-terminated string.
Note:
Use try_generate_xmp_packet instead.
Parameters:
this |
An instance of Metadata |
xmp_format_flags |
One of XmpFormatFlags |
padding |
The padding (FIXME: Add documentation) |
Returns:
Encode the XMP packet and return as a null-terminated string. |