Package | Description |
---|---|
com.groupdocs.metadata.core |
Modifier and Type | Method and Description |
---|---|
XmpTime |
XmpDynamicMediaPackage.getDuration()
Gets the duration of the media file.
|
XmpTime |
XmpDynamicMediaPackage.getIntroTime()
Gets the duration of lead time for queuing music.
|
XmpTime |
XmpDynamicMediaPackage.getOutCue()
Gets the time at which to fade out.
|
XmpTime |
XmpDynamicMediaPackage.getRelativeTimestamp()
Gets the start time of the media inside the audio project.
|
Modifier and Type | Method and Description |
---|---|
void |
XmpDynamicMediaPackage.setDuration(XmpTime value)
Sets the duration of the media file.
|
void |
XmpDynamicMediaPackage.setIntroTime(XmpTime value)
Sets the duration of lead time for queuing music.
|
void |
XmpDynamicMediaPackage.setOutCue(XmpTime value)
Sets the time at which to fade out.
|
void |
XmpDynamicMediaPackage.setRelativeTimestamp(XmpTime value)
Sets the start time of the media inside the audio project.
|