| Properties |
|
|
|
|
| Property Name |
|
Return Data Type |
Description |
Example Syntax |
| Name |
|
String |
Returns the name of this Media Object, this value can be read or set |
HippoNet.LocalHost.MediaManager.MediaLibrary[20].Name |
| Path |
|
String |
Returns the full folder path and Name of this MediaObject, this value can be read or set |
HippoNet.LocalHost.MediaManager.MediaLibrary[20].Path |
| FileType |
|
String |
Returns the description of the filetype of this MediaObject eg. |
HippoNet.LocalHost.MediaManager.MediaLibrary[20].FileType |
| Duration |
|
Number |
Returns the duration in frames of this Media Object |
HippoNet.LocalHost.MediaManager.MediaLibrary[20].Duration |
| DurationMs |
|
Number |
Returns the duration in Milliseconds of this Media Object |
HippoNet.LocalHost.MediaManager.MediaLibrary[20].DurationMs |
| FileSize |
|
Number |
Returns the filesize in bytes of this Media Object |
HippoNet.LocalHost.MediaManager.MediaLibrary[20].FileSize |
| Width |
|
Number |
Returns the width in pixels of this Media Object |
HippoNet.LocalHost.MediaManager.MediaLibrary[20].Width |
| Height |
|
Number |
Returns the height in pixels of this Media Object |
HippoNet.LocalHost.MediaManager.MediaLibrary[20].Height |
| Fps |
|
Number |
Returns the Frames Per second of the clip |
HippoNet.LocalHost.MediaManager.MediaLibrary[20].Fps |
DurationFrames |
|
Number |
Returns the number of frames of the clip |
HippoNet.LocalHost.MediaManager.MediaLibrary[20].DurationFrames |
| Functions |
|
|
|
|
| Function Name |
Parameters |
Return Data Type |
Description |
Example Syntax |
| Delete |
() |
Boolean |
Attempts to delete this Media Object , returns true is succeeded or false if the file is in use or locked |
HippoNet.LocalHost.MediaManager.MediaLibrary[20]:Delete() |
| Equals |
(MediaObject Media) |
Boolean |
Returns True if this Media Object is the same as or False if it is different |
HippoNet.LocalHost.MediaManager.MediaLibrary[20]:Equals(HippoNet.LocalHost.MediaManager.MediaLibrary[30]) |
Post your comment on this topic.