XmpTimecode constructor
init
Initializes a new instance of the XmpTimecode
class.
def __init__(self):
...
init
Initializes a new instance of the XmpTimecode
class.
def __init__(self, format, time_value):
...
Parameter | Type | Description |
---|---|---|
format | groupdocs.metadata.standards.xmp.schemes.XmpTimeFormat | Time format. |
time_value | str | Time value. |
See Also
- module
groupdocs.metadata.standards.xmp
- class
XmpTimecode