Package | Description |
---|---|
com.groupdocs.metadata.core |
Modifier and Type | Method and Description |
---|---|
XmpRational |
XmpDynamicMediaPackage.getFileDataRate()
Gets the file data rate in megabytes per second.
|
XmpRational |
XmpTime.getScale()
Gets the scale for the time value.
|
XmpRational |
XmpDynamicMediaPackage.getVideoPixelAspectRatio()
Gets the aspect ratio, expressed as wd/ht.
|
Modifier and Type | Method and Description |
---|---|
void |
XmpDynamicMediaPackage.setFileDataRate(XmpRational value)
Sets the file data rate in megabytes per second.
|
void |
XmpTime.setScale(XmpRational value)
Sets the scale for the time value.
|
void |
XmpDynamicMediaPackage.setVideoPixelAspectRatio(XmpRational value)
Sets the aspect ratio, expressed as wd/ht.
|
Constructor and Description |
---|
XmpTime(XmpRational scale,
int value)
Initializes a new instance of the
XmpTime class. |