Package | Description |
---|---|
com.aspose.imaging.xmp.schemas.xmpdm |
The package contains XMP related helper classes, constants and methods used by the Adobe dynamic media group.
|
Modifier and Type | Method and Description |
---|---|
static TimeFormat |
TimeFormat.getDropTimecode2997()
Gets the drop timecode2997.
|
static TimeFormat |
TimeFormat.getDropTimecode5994()
Gets the drop timecode5994.
|
TimeFormat |
Timecode.getFormat()
Gets or sets the format used in the
TimeValue . |
static TimeFormat |
TimeFormat.getNonDropTimecode2997()
Gets the non drop timecode2997.
|
static TimeFormat |
TimeFormat.getNonDropTimecode5994()
Gets the non drop timecode5994.
|
static TimeFormat |
TimeFormat.getTimecode23976()
Gets the timecode23976.
|
static TimeFormat |
TimeFormat.getTimecode24()
Gets the timecode24.
|
static TimeFormat |
TimeFormat.getTimecode25()
Gets the timecode25.
|
static TimeFormat |
TimeFormat.getTimecode30()
Gets the timecode30.
|
static TimeFormat |
TimeFormat.getTimecode50()
Gets the timecode50.
|
static TimeFormat |
TimeFormat.getTimecode60()
Gets the timecode60.
|
Modifier and Type | Method and Description |
---|---|
boolean |
TimeFormat.isEquals(TimeFormat other)
Indicates whether the current object is equal to another object of the same type.
|
void |
Timecode.setFormat(TimeFormat value)
Gets or sets the format used in the
TimeValue . |
Constructor and Description |
---|
Timecode(TimeFormat format,
String timeValue)
Initializes a new instance of the
Timecode class. |