Timecode Class

Summary: Represents timecode value in video.

Module: aspose.imaging.xmp.schemas.xmpdm

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

Inheritance: IXmpType, XmpTypeBase

Aspose.Imaging Version: 24.5.0

Constructors

NameDescription
Timecode(format, time_value)Initializes a new instance of the Timecode class.

Properties

NameTypeAccessDescription
formatTimeFormatr/wGets or sets the format used in the Timecode.time_value.
time_valuestringr/wGets or sets the time value in the specified format.

Methods

NameDescription
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:

ParameterTypeDescription
formatTimeFormatThe time format.
time_valuestringThe time value.

Method: get_xmp_representation()

 get_xmp_representation() 

Returns the string contained value in XMP format.

Returns

TypeDescription
stringReturns the string containing xmp representation.