Timecode Class
Contents
[
Hide
]Summary: Represents timecode value in video.
Module: aspose.psd.xmp.schemas.xmpdm
Full Name: aspose.psd.xmp.schemas.xmpdm.Timecode
Inheritance: IXmpType, XmpTypeBase
Aspose.PSD Version: 24.9.0
Constructors
Name | Description |
---|---|
Timecode(format, time_value) | Initializes a new instance of the Timecode class. |
Properties
Name | Type | Access | Description |
---|---|---|---|
format | TimeFormat | r/w | Gets or sets the format used in the Timecode.time_value. |
time_value | string | r/w | Gets or sets the time value in the specified format. |
Methods
Name | Description |
---|---|
get_xmp_representation() | Returns the string contained value in XMP format. |
Constructor: Timecode(format, time_value)
Timecode(format, time_value)
Initializes a new instance of the Timecode class.
Parameters:
Parameter | Type | Description |
---|---|---|
format | TimeFormat | The time format. |
time_value | string | The time value. |
Method: get_xmp_representation()
get_xmp_representation()
Returns the string contained value in XMP format.
Returns
Type | Description |
---|---|
string | Returns the string contained value in XMP format. |