الفئة Timecode
محتويات
[
يخفي
]Summary: Represents timecode value in video.
Module: aspose.imaging.xmp.schemas.xmpdm
Full Name: aspose.imaging.xmp.schemas.xmpdm.Timecode
Inheritance: IXmpType, XmpTypeBase
Constructors
| Name | الوصف |
|---|---|
| Timecode(format, time_value) | ينشئ مثلاً جديداً من الفئة Timecode. |
Properties
| Name | Type | Access | الوصف |
|---|---|---|---|
| format | TimeFormat | r/w | يحصل أو يضبط التنسيق المستخدم في Timecode.time_value. |
| time_value | string | r/w | يحصل أو يضبط قيمة الوقت بالتنسيق المحدد. |
Methods
| Name | الوصف |
|---|---|
| clone() | ينسخ هذه المثيلة. |
| get_xmp_representation() | يرجع القيمة النصية المحتواة بتنسيق XMP. |
Constructor: Timecode(format, time_value)
Timecode(format, time_value)
ينشئ مثلاً جديداً من الفئة Timecode.
Parameters:
| معامل | نوع | الوصف |
|---|---|---|
| format | TimeFormat | تنسيق الوقت. |
| time_value | string | قيمة الوقت. |
Method: clone()
clone()
ينسخ هذه المثيلة.
Returns
| نوع | الوصف |
|---|---|
| System.Object | نسخة عضوية. |
Method: get_xmp_representation()
get_xmp_representation()
يرجع القيمة النصية المحتواة بتنسيق XMP.
Returns
| نوع | الوصف |
|---|---|
| string | يرجع السلسلة التي تحتوي على تمثيل xmp. |