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

NameTypeAccess描述
formatTimeFormatr/w获取或设置在 Timecode.time_value 中使用的格式。
time_valuestringr/w获取或设置指定格式下的时间值。

Methods

Name描述
clone()克隆此实例。
get_xmp_representation()返回 XMP 格式中包含的字符串值。

Constructor: Timecode(format, time_value)

 Timecode(format, time_value) 

初始化 Timecode 类的新实例。

Parameters:

参数TypeDescription
formatTimeFormat时间格式。
time_valuestring时间值。

Method: clone()

 clone() 

克隆此实例。

Returns

TypeDescription
System.Object成员逐个克隆。

Method: get_xmp_representation()

 get_xmp_representation() 

返回 XMP 格式中包含的字符串值。

Returns

TypeDescription
string返回包含 xmp 表示的字符串。