Timecode Sınıfı
İçindekiler
[
Saklamak
]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 | Açıklama |
|---|---|
| Timecode(format, time_value) | Yeni bir Timecode sınıfı örneği başlatır. |
Properties
| Name | Type | Access | Açıklama |
|---|---|---|---|
| format | TimeFormat | r/w | Alır veya ayarlar Timecode.time_value içinde kullanılan formatı. |
| time_value | string | r/w | Belirtilen formatta zaman değerini alır veya ayarlar. |
Methods
| Name | Açıklama |
|---|---|
| clone() | Bu örneği klonlar. |
| get_xmp_representation() | XMP formatında bulunan dize değerini döndürür. |
Constructor: Timecode(format, time_value)
Timecode(format, time_value)
Yeni bir Timecode sınıfı örneği başlatır.
Parameters:
| Parameter | Tür | Açıklama |
|---|---|---|
| format | TimeFormat | Zaman formatı. |
| time_value | string | Zaman değeri. |
Method: clone()
clone()
Bu örneği klonlar.
Returns
| Tür | Açıklama |
|---|---|
| System.Object | Üye bazlı bir klon. |
Method: get_xmp_representation()
get_xmp_representation()
XMP formatında bulunan dize değerini döndürür.
Returns
| Tür | Açıklama |
|---|---|
| string | xmp temsili içeren dizeyi döndürür. |