Timecode-klass

Summary: Represents timecode value in video.

Module: aspose.imaging.xmp.schemas.xmpdm

Full Name: aspose.imaging.xmp.schemas.xmpdm.Timecode

Inheritance: IXmpType, XmpTypeBase

Constructors

NameDescription
Timecode(format, time_value)Initierar en ny instans av klassen Timecode.

Properties

NameTypeAccessDescription
formatTimeFormatr/wHämtar eller anger formatet som används i Timecode.time_value.
time_valuestringr/wHämtar eller anger tidsvärdet i det angivna formatet.

Methods

NameDescription
clone()Klonar den här instansen.
get_xmp_representation()Returnerar det strängvärde som finns i XMP-format.

Constructor: Timecode(format, time_value)

 Timecode(format, time_value) 

Initierar en ny instans av klassen Timecode.

Parameters:

ParameterTypBeskrivning
formatTimeFormatTidsformatet.
time_valuestringTidsvärdet.

Method: clone()

 clone() 

Klonar den här instansen.

Returns

TypBeskrivning
System.ObjectEn medlemsklon.

Method: get_xmp_representation()

 get_xmp_representation() 

Returnerar det strängvärde som finns i XMP-format.

Returns

TypBeskrivning
stringReturnerar strängen som innehåller xmp-representationen.