Media
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 milliseconds of this Media Object HippoNet.LocalHost.MediaManager.MediaLibrary[20].Duration
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])

Feedback

Was this helpful?

Yes No
You indicated this topic was not helpful to you ...
Could you please leave a comment telling us why? Thank you!
Thanks for your feedback.

Post your comment on this topic.

Please do not use this for support questions.
Green Hippo Forum

Post Comment