ImageGearJava Project > com.accusoft.imagegear.formats.xmp.dynamicmedia Package : ImGearXMPTimecode Class |
The following tables list the members exposed by ImGearXMPTimecode.
Name | Description | |
---|---|---|
ImGearXMPTimecode Constructor | Initializes a new instance of the ImGearXMPTimecode class. |
Name | Description | |
---|---|---|
getTimeFormat | Returns the format used in the TimeValue.
Allowed values are: '24Timecode', '25Timecode', '2997DropTimecode' (semicolon delimiter), '2997NonDropTimecode', '30Timecode', '50Timecode', '5994DropTimecode', '5994NonDropTimecode', '60Timecode', '23976Timecode'. | |
getTimeValue | Returns a time value in the specified format.
Time values use a colon delimiter in all formats except 2997drop, which uses a semicolon. The four fields indicate hours, minutes, seconds, and frames: hh:mm:ss:ff. The actual duration in seconds depends on the format. | |
setTimeFormat | Sets the format used in the TimeValue.
Allowed values are: '24Timecode', '25Timecode', '2997DropTimecode' (semicolon delimiter), '2997NonDropTimecode', '30Timecode', '50Timecode', '5994DropTimecode', '5994NonDropTimecode', '60Timecode', '23976Timecode'. | |
setTimeValue | Sets a time value in the specified format.
Time values use a colon delimiter in all formats except 2997drop, which uses a semicolon. The four fields indicate hours, minutes, seconds, and frames: hh:mm:ss:ff. The actual duration in seconds depends on the format. |