vidivideo GetMediaInfoNoteHandle
Returns the handle to the Media information note of the video.
Syntax
vidIVideo_handle GetMediaInfoNoteHandle iNote
Application
HyperWorks Tcl Query
Description
Gets a handle to the MediaInfo Note.
This handle has the same commands as the note handle. However, MediaInfo note cannot be added or deleted unlike the notes. However, it can be modified or formatted like other notes. MediaInfo note does not have an index since it is unique to the window.
- vidIVideo IsFilenameShown
- vidIVideo IsFramenumberShow
- vidIVideo IsTimestepShown
- vidIVideo SetForegroundColor
- vidIVideo ShowFilename
- vidIVideo ShowFramenumber
- vidIVideo ShowTimestep
Inputs
- handle
- The user-defined name of the media info note handle you want to create.
Example
hwi OpenStack;
hwi GetSessionHandle sess1;
sess1 GetProjectHandle proj;
proj GetPageHandle page1;
page1 GetWindowHandle win1 1;
win1 GetClientHandle vid
vid AddMovie "c:/video/Marker/data/barrier0411.amf"
vid GetMediaInfoNoteHandle dnote
dnote GetText
dnote SetText "Time:{mediatime} page time: {pagetime}
file name: {filename}"
hwi CloseStack;
Errors
Returns success or an error code.
Keywords
- HyperWorks
- MediaView
- MediaInfo Note
- Notes
See Also
List of available commands under MediaInfoNote handle are same as those under the vidINote Class class.